Skip to content

Commit

Permalink
chore: project pages order by option improvement (#4307)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia committed Apr 29, 2024
1 parent 16b43c7 commit c252650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/constants/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c252650

Please sign in to comment.