mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
chore: project pages order by option improvement (#4307)
This commit is contained in:
committed by
GitHub
parent
16b43c7b02
commit
c252650c9a
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user