Merge branch 'preview' of github.com:makeplane/plane into preview

This commit is contained in:
sriram veeraghanta 2024-04-29 18:33:29 +05:30
commit 3077cc410e

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