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:
parent
233e06ec6a
commit
4d93532307
@ -172,7 +172,6 @@ export const ServiceAccountsTable = () => {
|
||||
autoResetSortBy: false,
|
||||
disableSortRemove: true,
|
||||
disableMultiSort: true,
|
||||
autoResetHiddenColumns: false,
|
||||
defaultColumn: {
|
||||
Cell: TextCell,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user