chore: project pages order by option improvement (#4307)

This commit is contained in:
Anmol Singh Bhatia 2024-04-29 18:24:58 +05:30 committed by GitHub
parent 16b43c7b02
commit c252650c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: {