Просмотр исходного кода

Use Continue Enabled instead of Loading (#3914)

sdess09 2 лет назад
Родитель
Сommit
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>
           </>