mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: stable bulk updates (#4352)
## About the changes Prevent re-fetched state change from de-selecting rows.
This commit is contained in:
parent
733159b8ec
commit
fc54877473
@ -239,6 +239,7 @@ export const ArchiveTable = ({
|
||||
initialState,
|
||||
sortTypes,
|
||||
autoResetHiddenColumns: false,
|
||||
autoResetSelectedRows: false,
|
||||
disableSortRemove: true,
|
||||
autoResetSortBy: false,
|
||||
getRowId,
|
||||
|
@ -448,6 +448,7 @@ export const ProjectFeatureToggles = ({
|
||||
initialState,
|
||||
sortTypes,
|
||||
autoResetHiddenColumns: false,
|
||||
autoResetSelectedRows: false,
|
||||
disableSortRemove: true,
|
||||
autoResetSortBy: false,
|
||||
getRowId,
|
||||
|
Loading…
Reference in New Issue
Block a user