Skip to content

Commit

Permalink
fix sort type (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Dec 7, 2022
1 parent 8bbf0c4 commit c66daa0
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -112,15 +112,13 @@ export const ChangeRequestsTabs = ({
accessor: 'environment',
maxWidth: 100,
Cell: TextCell,
sortType: 'text',
},
{
Header: 'Status',
accessor: 'state',
minWidth: 150,
width: 150,
Cell: ChangeRequestStatusCell,
sortType: 'text',
},
{
Header: '',
Expand Down

0 comments on commit c66daa0

Please sign in to comment.