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',
|
||||
maxWidth: 100,
|
||||
Cell: TimeAgoCell,
|
||||
sortType: 'alphanumeric',
|
||||
sortType: 'date',
|
||||
},
|
||||
{
|
||||
Header: 'Environment',
|
||||
|
@ -72,6 +72,7 @@ export const useApiTokenTable = (
|
||||
Header: 'Last seen',
|
||||
accessor: 'seenAt',
|
||||
Cell: TimeAgoCell,
|
||||
sortType: 'date',
|
||||
minWidth: 150,
|
||||
disableGlobalFilter: true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user