瀏覽代碼

Use Continue Enabled instead of Loading (#3914)

sdess09 2 年之前
父節點
當前提交
3b2fd5a959
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/components/GCPCredentialsForm.tsx

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

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