1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix: SA duplicate autoResetHiddenColumns (#2861)

Seems like merging both https://github.com/Unleash/unleash/pull/2851 and
https://github.com/Unleash/unleash/pull/2848 made us end up with a
duplicate `autoResetHiddenColumns` option in the `ServiceAccountsTable`
table component.
This commit is contained in:
Nuno Góis 2023-01-10 08:58:13 +00:00 committed by GitHub
parent 233e06ec6a
commit 4d93532307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,6 @@ export const ServiceAccountsTable = () => {
autoResetSortBy: false,
disableSortRemove: true,
disableMultiSort: true,
autoResetHiddenColumns: false,
defaultColumn: {
Cell: TextCell,
},