Skip to content

Commit c905ef3

Browse files
committed
fix: identifier count for filtered list
1 parent ed628f5 commit c905ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ClusterNodes/ClusterList/ClusterListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const ClusterListView = (props: ClusterViewType) => {
7272
acc[cluster.name] = cluster
7373
return acc
7474
}, {} as ClusterDetail) ?? {},
75-
[clusterOptions],
75+
[filteredList],
7676
)
7777

7878
const handleClearBulkSelection = () => {

0 commit comments

Comments
 (0)