ソースを参照

add europe west 9 (#4575)

Feroze Mohideen 2 年 前
コミット
e396db55f8

+ 1 - 0
dashboard/src/lib/clusters/types.ts

@@ -78,6 +78,7 @@ const gcpRegionValidator = z.enum([
   "europe-west1",
   "europe-west2",
   "europe-west6",
+  "europe-west9",
   "asia-south1",
   "us-west1",
   "us-west2",

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

@@ -129,7 +129,7 @@ const ClusterFormContextProvider: React.FC<ClusterFormContextProviderProps> = ({
     }
     if (Object.keys(errors).length > 0) {
       // TODO: remove this and properly handle form validation errors
-      // console.log("errors", errors);
+      console.log("errors", errors);
     }
     if (isHandlingPreflightChecks) {
       props.loadingText = "Running preflight checks...";