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,
|
initialState,
|
||||||
sortTypes,
|
sortTypes,
|
||||||
autoResetHiddenColumns: false,
|
autoResetHiddenColumns: false,
|
||||||
|
autoResetSelectedRows: false,
|
||||||
disableSortRemove: true,
|
disableSortRemove: true,
|
||||||
autoResetSortBy: false,
|
autoResetSortBy: false,
|
||||||
getRowId,
|
getRowId,
|
||||||
|
@ -448,6 +448,7 @@ export const ProjectFeatureToggles = ({
|
|||||||
initialState,
|
initialState,
|
||||||
sortTypes,
|
sortTypes,
|
||||||
autoResetHiddenColumns: false,
|
autoResetHiddenColumns: false,
|
||||||
|
autoResetSelectedRows: false,
|
||||||
disableSortRemove: true,
|
disableSortRemove: true,
|
||||||
autoResetSortBy: false,
|
autoResetSortBy: false,
|
||||||
getRowId,
|
getRowId,
|
||||||
|
Loading…
Reference in New Issue
Block a user