1
0
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:
Tymoteusz Czech 2023-07-28 08:44:29 +02:00 committed by GitHub
parent 733159b8ec
commit fc54877473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,7 @@ export const ArchiveTable = ({
initialState,
sortTypes,
autoResetHiddenColumns: false,
autoResetSelectedRows: false,
disableSortRemove: true,
autoResetSortBy: false,
getRowId,

View File

@ -448,6 +448,7 @@ export const ProjectFeatureToggles = ({
initialState,
sortTypes,
autoResetHiddenColumns: false,
autoResetSelectedRows: false,
disableSortRemove: true,
autoResetSortBy: false,
getRowId,