chore: project pages order by

This commit is contained in:
Anmol Singh Bhatia 2024-04-29 16:25:57 +05:30
parent 021745cdbc
commit 0790b86777

View File

@ -23,7 +23,6 @@ export const PAGE_SORTING_KEY_OPTIONS: {
{ key: "name", label: "Name" },
{ key: "created_at", label: "Date created" },
{ key: "updated_at", label: "Date modified" },
{ key: "opened_at", label: "Last opened" },
];
export const PAGE_SORT_BY_OPTIONS: {