1
0
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:
Mateusz Kwasniewski 2022-12-07 09:00:57 +01:00 committed by GitHub
parent 8bbf0c4ade
commit c66daa0ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: '',