Skip to content

Commit

Permalink
fix: move topStorageGroups to its own reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
krosy1337 committed Oct 3, 2023
1 parent 956a226 commit e54973a
Show file tree
Hide file tree
Showing 23 changed files with 598 additions and 613 deletions.
2 changes: 1 addition & 1 deletion src/containers/Storage/StorageGroups/StorageGroups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {HandleSort} from '../../../utils/hooks/useTableSort';
import {VISIBLE_ENTITIES} from '../../../store/reducers/storage/constants';
import {isSortableStorageProperty} from '../../../utils/storage';
import {EmptyFilter} from '../EmptyFilter/EmptyFilter';
import {getStorageGroupsColumns} from './getStorageGpoupsColumns';
import {getStorageGroupsColumns} from './getStorageGroupsColumns';

import i18n from './i18n';
import './StorageGroups.scss';
Expand Down
380 changes: 0 additions & 380 deletions src/containers/Storage/StorageGroups/getStorageGpoupsColumns.tsx

This file was deleted.

Loading

0 comments on commit e54973a

Please sign in to comment.