mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
add filter keys
This commit is contained in:
@@ -19,3 +19,10 @@ export const PLAY_TYPES = [
|
||||
play: Play.NEXT,
|
||||
},
|
||||
];
|
||||
|
||||
export const FILTER_KEYS = {
|
||||
CURRENT_PAGE: 'currentPage',
|
||||
SCROLL_OFFSET: 'scrollOffset',
|
||||
SORT_BY: 'sortBy',
|
||||
SORT_ORDER: 'sortOrder',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user