Skip to content

Commit 9c35cec

Browse files
committed
chore: clusterName removed
1 parent 4f11e74 commit 9c35cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const ClusterList = ({
8888
<div className="flex left dc__gap-16">
8989
<Icon name={isVirtualCluster ? 'ic-cluster-isolated' : 'ic-cluster'} color="B500" size={24} />
9090
<List.Title
91-
title={clusterName || 'Add cluster'}
91+
title={clusterName}
9292
subtitle={subTitle}
9393
className="fw-6"
9494
tag={isProd ? 'Prod' : null}

0 commit comments

Comments
 (0)