modify default filter options for views (#4984)
This commit is contained in:
parent
c2150687a6
commit
184c3332eb
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export class ProjectViewStore implements IProjectViewStore {
|
|||
viewMap: Record<string, IProjectView> = {};
|
||||
//loaders
|
||||
fetchedMap: Record<string, boolean> = {};
|
||||
filters: TViewFilters = { searchQuery: "", sortBy: "asc", sortKey: "created_at" };
|
||||
filters: TViewFilters = { searchQuery: "", sortBy: "desc", sortKey: "updated_at" };
|
||||
// root store
|
||||
rootStore;
|
||||
// services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue