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