1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: strategy screen re-rendering table bug (#6006)

This commit is contained in:
Mateusz Kwasniewski 2024-01-23 15:49:13 +01:00 committed by GitHub
parent 0515b424cd
commit 156ba39b42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
);