From 156ba39b427da9c54551b6ddb6cafc5a9df764a8 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Tue, 23 Jan 2024 15:49:13 +0100 Subject: [PATCH] fix: strategy screen re-rendering table bug (#6006) --- .../src/component/strategies/StrategiesList/StrategiesList.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx index 8c294736d7..47b430bb50 100644 --- a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx +++ b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx @@ -343,6 +343,7 @@ export const StrategiesList = () => { sortTypes, autoResetSortBy: false, disableSortRemove: true, + autoResetHiddenColumns: false, }, useSortBy, ); @@ -361,6 +362,7 @@ export const StrategiesList = () => { sortTypes, autoResetSortBy: false, disableSortRemove: true, + autoResetHiddenColumns: false, }, useSortBy, );