Prechádzať zdrojové kódy

Update Preflight on Region (#3484)

Co-authored-by: Stefan McShane <stefanmcshane@users.noreply.github.com>
sdess09 2 rokov pred
rodič
commit
b5e510e2b8

+ 1 - 1
dashboard/src/components/GCPProvisionerSettings.tsx

@@ -369,7 +369,7 @@ const GCPProvisionerSettings: React.FC<Props> = (props) => {
       preflightChecks()
       preflightChecks()
     }
     }
 
 
-  }, [props.selectedClusterVersion, clusterNetworking]);
+  }, [props.selectedClusterVersion, clusterNetworking, region]);
 
 
   const preflightChecks = async () => {
   const preflightChecks = async () => {
     setIsLoading(true);
     setIsLoading(true);