Skip to content

Commit 12a95ca

Browse files
committed
chore: code refactoring
1 parent bd775a6 commit 12a95ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ClusterNodes/ClusterList/ClusterListView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import { ClusterViewType } from './types'
1919

2020
const ClusterFilters = importComponentFromFELibrary('ClusterFilters', null, 'function')
2121

22+
const getSelectAllDialogStatus = () => SelectAllDialogStatus.CLOSED
23+
2224
const ClusterListView = (props: ClusterViewType) => {
2325
const { searchKey, clusterFilter, updateSearchParams, handleSearch, sortBy, sortOrder } = useUrlFilters<
2426
ClusterMapListSortableKeys,
@@ -63,8 +65,6 @@ const ClusterListView = (props: ClusterViewType) => {
6365
[clusterOptions],
6466
)
6567

66-
const getSelectAllDialogStatus = () => SelectAllDialogStatus.CLOSED
67-
6868
return (
6969
<BulkSelectionProvider<BulkSelectionIdentifiersType<ClusterDetail>>
7070
identifiers={allOnThisPageIdentifiers}

0 commit comments

Comments
 (0)