mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix sort type (#2616)
This commit is contained in:
parent
8bbf0c4ade
commit
c66daa0ba2
@ -112,7 +112,6 @@ export const ChangeRequestsTabs = ({
|
||||
accessor: 'environment',
|
||||
maxWidth: 100,
|
||||
Cell: TextCell,
|
||||
sortType: 'text',
|
||||
},
|
||||
{
|
||||
Header: 'Status',
|
||||
@ -120,7 +119,6 @@ export const ChangeRequestsTabs = ({
|
||||
minWidth: 150,
|
||||
width: 150,
|
||||
Cell: ChangeRequestStatusCell,
|
||||
sortType: 'text',
|
||||
},
|
||||
{
|
||||
Header: '',
|
||||
|
Loading…
Reference in New Issue
Block a user