Prechádzať zdrojové kódy

Use Continue Enabled instead of Loading (#3914)

sdess09 2 rokov pred
rodič
commit
3b2fd5a959

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

@@ -197,7 +197,7 @@ const GCPCredentialsForm: React.FC<Props> = ({ goBack, proceed }) => {
             )}
             )}
             <Spacer y={0.5} />
             <Spacer y={0.5} />
             <Button
             <Button
-              disabled={!isContinueEnabled || isLoading}
+              disabled={!isContinueEnabled}
               onClick={saveCredentials}
               onClick={saveCredentials}
             >Continue</Button>
             >Continue</Button>
           </>
           </>