Skip to content

Commit d8fafbc

Browse files
committed
fix: groups scrolling
1 parent fc27203 commit d8fafbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export function GroupedStorageGroupsComponent({
172172
initialState={initialState}
173173
tableProps={{
174174
scrollContainerRef,
175-
scrollDependencies: [searchValue, storageGroupsGroupByParam],
175+
scrollDependencies: [searchValue, storageGroupsGroupByParam, tableGroups],
176176
loading: isLoading,
177177
className: b('groups-wrapper'),
178178
}}

src/containers/Storage/PaginatedStorageNodes/GroupedStorageNodesComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function GroupedStorageNodesComponent({
173173
initialState={initialState}
174174
tableProps={{
175175
scrollContainerRef,
176-
scrollDependencies: [searchValue, storageNodesGroupByParam],
176+
scrollDependencies: [searchValue, storageNodesGroupByParam, tableGroups],
177177
loading: isLoading,
178178
className: b('groups-wrapper'),
179179
}}

0 commit comments

Comments
 (0)