Skip to content

Commit

Permalink
fix: disable sort (Unleash#5665)
Browse files Browse the repository at this point in the history
'
  • Loading branch information
sjaanus authored Dec 18, 2023
1 parent cc01971 commit 2da919f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export const PaginatedProjectFeatureToggles = ({
columnHelper.accessor('tags', {
id: 'tags',
header: 'Tags',
enableSorting: false,
cell: FeatureTagCell,
meta: {
width: '1%',
Expand Down

0 comments on commit 2da919f

Please sign in to comment.