mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix: remove 'Sort by Date Created' option from SortDropdown in DataBar component
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user