Skip to content

Commit

Permalink
fix analytics (#4330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored Feb 26, 2024
1 parent 19640a3 commit e248ee1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const ClusterFormContextProvider: React.FC<ClusterFormContextProviderProps> = ({
errorMessage: `Preflight checks failed: ${response.preflightChecks
.map((c) => c.title)
.join(", ")}`,
clusterName: data.cluster.config.clusterName,
});
setShowFailedPreflightChecksModal(true);
}
Expand Down

0 comments on commit e248ee1

Please sign in to comment.