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:
parent
0515b424cd
commit
156ba39b42
@ -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,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user