From 4d9353230791dd3732efd81a7707840f4af3c247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Tue, 10 Jan 2023 08:58:13 +0000 Subject: [PATCH] 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. --- .../ServiceAccountsTable/ServiceAccountsTable.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/component/admin/serviceAccounts/ServiceAccountsTable/ServiceAccountsTable.tsx b/frontend/src/component/admin/serviceAccounts/ServiceAccountsTable/ServiceAccountsTable.tsx index df45e0106e..72cd5c02b8 100644 --- a/frontend/src/component/admin/serviceAccounts/ServiceAccountsTable/ServiceAccountsTable.tsx +++ b/frontend/src/component/admin/serviceAccounts/ServiceAccountsTable/ServiceAccountsTable.tsx @@ -172,7 +172,6 @@ export const ServiceAccountsTable = () => { autoResetSortBy: false, disableSortRemove: true, disableMultiSort: true, - autoResetHiddenColumns: false, defaultColumn: { Cell: TextCell, },