diff --git a/web/constants/page.ts b/web/constants/page.ts index 04b95c163..f196b6152 100644 --- a/web/constants/page.ts +++ b/web/constants/page.ts @@ -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: {