Skip to content

Commit

Permalink
add europe west 9 (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored Apr 24, 2024
1 parent cb13428 commit e396db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dashboard/src/lib/clusters/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const gcpRegionValidator = z.enum([
"europe-west1",
"europe-west2",
"europe-west6",
"europe-west9",
"asia-south1",
"us-west1",
"us-west2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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...";
Expand Down

0 comments on commit e396db5

Please sign in to comment.