Skip to content

Commit

Permalink
fix: workload creation (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 authored Aug 29, 2024
1 parent 28620dc commit 08b0fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions containers/ClusterManagement/ClusterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ const ClusterManagement: FunctionComponent = () => {
}
}

// if (clusterCreationStep !== ClusterCreationStep.DETAILS) {
// dispatch(createWorkloadCluster());
// }
if (clusterCreationStep !== ClusterCreationStep.DETAILS) {
dispatch(createWorkloadCluster());
}
};

const handleDeleteMenuClick = useCallback(
Expand Down

0 comments on commit 08b0fe5

Please sign in to comment.