fix: remove 'Sort by Date Created' option from SortDropdown in DataBar component

This commit is contained in:
Sam Chau
2025-01-09 16:00:29 +10:30
parent dbf3bf9801
commit ba846b9d61

View File

@@ -75,7 +75,6 @@ const DataBar = ({
<SortDropdown
options={[
{key: 'name', label: 'Sort by Name'},
{key: 'dateCreated', label: 'Sort by Date Created'},
{key: 'dateModified', label: 'Sort by Date Modified'}
]}
currentKey={sortBy}