mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
add GRID_PAGINATED to ListDisplayType
This commit is contained in:
@@ -16,6 +16,7 @@ import { ServerFeatures } from '/@/shared/types/features-types';
|
|||||||
export enum ListDisplayType {
|
export enum ListDisplayType {
|
||||||
CARD = 'card',
|
CARD = 'card',
|
||||||
GRID = 'poster',
|
GRID = 'poster',
|
||||||
|
GRID_PAGINATED = 'posterPaginated',
|
||||||
LIST = 'list',
|
LIST = 'list',
|
||||||
TABLE = 'table',
|
TABLE = 'table',
|
||||||
TABLE_PAGINATED = 'paginatedTable',
|
TABLE_PAGINATED = 'paginatedTable',
|
||||||
|
|||||||
Reference in New Issue
Block a user