1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

fix: disable sort (#5665)

'
This commit is contained in:
Jaanus Sellin 2023-12-18 10:25:10 +02:00 committed by GitHub
parent cc01971ff0
commit 2da919fee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,6 +212,7 @@ export const PaginatedProjectFeatureToggles = ({
columnHelper.accessor('tags', {
id: 'tags',
header: 'Tags',
enableSorting: false,
cell: FeatureTagCell,
meta: {
width: '1%',