Skip to content

Commit f550273

Browse files
committed
chore: unnecesssary component removed
1 parent aa7fb57 commit f550273

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

src/components/ClusterNodes/ClusterBulkSelectionActionWidget.tsx

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/components/ClusterNodes/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,6 @@ export interface ClusterMapInitialStatusType {
294294
errorInNodeListing: string
295295
}
296296

297-
export interface ClusterBulkSelectionActionWidgetProps {
298-
parentRef: React.RefObject<HTMLDivElement>
299-
count: number
300-
handleClearBulkSelection: () => void
301-
}
302-
303297
export interface ClusterListRowTypes {
304298
clusterData: ClusterDetail
305299
index: number

0 commit comments

Comments
 (0)