浏览代码

fix analytics (#4330)

Feroze Mohideen 2 年之前
父节点
当前提交
e248ee1e94
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/main/home/infrastructure-dashboard/ClusterFormContextProvider.tsx

+ 1 - 0
dashboard/src/main/home/infrastructure-dashboard/ClusterFormContextProvider.tsx

@@ -146,6 +146,7 @@ const ClusterFormContextProvider: React.FC<ClusterFormContextProviderProps> = ({
           errorMessage: `Preflight checks failed: ${response.preflightChecks
           errorMessage: `Preflight checks failed: ${response.preflightChecks
             .map((c) => c.title)
             .map((c) => c.title)
             .join(", ")}`,
             .join(", ")}`,
+          clusterName: data.cluster.config.clusterName,
         });
         });
         setShowFailedPreflightChecksModal(true);
         setShowFailedPreflightChecksModal(true);
       }
       }