mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-31 01:16:01 +02:00
fix: change request table sort type (#5295)
This commit is contained in:
parent
1dc7dd646d
commit
06d62278dc
@ -162,7 +162,7 @@ export const ChangeRequestsTabs = ({
|
|||||||
accessor: 'createdAt',
|
accessor: 'createdAt',
|
||||||
maxWidth: 100,
|
maxWidth: 100,
|
||||||
Cell: TimeAgoCell,
|
Cell: TimeAgoCell,
|
||||||
sortType: 'alphanumeric',
|
sortType: 'date',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Header: 'Environment',
|
Header: 'Environment',
|
||||||
|
@ -72,6 +72,7 @@ export const useApiTokenTable = (
|
|||||||
Header: 'Last seen',
|
Header: 'Last seen',
|
||||||
accessor: 'seenAt',
|
accessor: 'seenAt',
|
||||||
Cell: TimeAgoCell,
|
Cell: TimeAgoCell,
|
||||||
|
sortType: 'date',
|
||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
disableGlobalFilter: true,
|
disableGlobalFilter: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user