diff --git a/dashboard/src/main/home/infrastructure-dashboard/ClusterFormContextProvider.tsx b/dashboard/src/main/home/infrastructure-dashboard/ClusterFormContextProvider.tsx index 83f8b47e08..abdb97db41 100644 --- a/dashboard/src/main/home/infrastructure-dashboard/ClusterFormContextProvider.tsx +++ b/dashboard/src/main/home/infrastructure-dashboard/ClusterFormContextProvider.tsx @@ -146,6 +146,7 @@ const ClusterFormContextProvider: React.FC = ({ errorMessage: `Preflight checks failed: ${response.preflightChecks .map((c) => c.title) .join(", ")}`, + clusterName: data.cluster.config.clusterName, }); setShowFailedPreflightChecksModal(true); }