diff --git a/src/containers/Nodes/PaginatedNodes/GroupedNodesComponent.tsx b/src/containers/Nodes/PaginatedNodes/GroupedNodesComponent.tsx
index d582a7987b..3151697574 100644
--- a/src/containers/Nodes/PaginatedNodes/GroupedNodesComponent.tsx
+++ b/src/containers/Nodes/PaginatedNodes/GroupedNodesComponent.tsx
@@ -13,13 +13,12 @@ import {useSelectedColumns} from '../../../utils/hooks/useSelectedColumns';
import {NodesUptimeFilterValues} from '../../../utils/nodes';
import {TableGroup} from '../../Storage/TableGroup/TableGroup';
import {useExpandedGroups} from '../../Storage/TableGroup/useExpandedTableGroups';
+import {NodesControls} from '../NodesControls/NodesControls';
import {NodesTable} from '../NodesTable';
import i18n from '../i18n';
import {b} from '../shared';
import {useNodesPageQueryParams} from '../useNodesPageQueryParams';
-import {NodesControlsWithTableState} from './NodesControlsWithTableState';
-
interface NodeGroupProps {
name: string;
count: number;
@@ -172,12 +171,15 @@ export function GroupedNodesComponent({
}
error={error ? : null}
diff --git a/src/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.tsx b/src/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.tsx
index 07e2bae4c1..cd748c64fd 100644
--- a/src/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.tsx
+++ b/src/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.tsx
@@ -16,7 +16,7 @@ import i18n from '../i18n';
import {b} from '../shared';
import {useStorageQueryParams} from '../useStorageQueryParams';
-import {StorageGroupsControlsWithTableState} from './StorageGroupsControls';
+import {StorageGroupsControls} from './StorageGroupsControls';
interface StorageGroupGroupProps {
name: string;
@@ -160,9 +160,12 @@ export function GroupedStorageGroupsComponent({
return (
diff --git a/src/containers/Storage/PaginatedStorageNodes/GroupedStorageNodesComponent.tsx b/src/containers/Storage/PaginatedStorageNodes/GroupedStorageNodesComponent.tsx
index ebd85d182f..20beaa8677 100644
--- a/src/containers/Storage/PaginatedStorageNodes/GroupedStorageNodesComponent.tsx
+++ b/src/containers/Storage/PaginatedStorageNodes/GroupedStorageNodesComponent.tsx
@@ -16,7 +16,7 @@ import {b} from '../shared';
import {useStorageQueryParams} from '../useStorageQueryParams';
import {useStorageColumnsSettings} from '../utils';
-import {StorageNodesControlsWithTableState} from './StorageNodesControls';
+import {StorageNodesControls} from './StorageNodesControls';
import {useStorageNodesColumnsToSelect} from './useStorageNodesColumnsToSelect';
interface StorageNodeGroupProps {
@@ -161,9 +161,12 @@ export function GroupedStorageNodesComponent({
return (