소스 검색

Merge pull request #765 from smiclea/fix-next-disabled

Fix 'Next' button disabled in Wizard Options
Daniel Vincze 3 년 전
부모
커밋
907e9478b1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/smart/WizardPage/WizardPage.tsx

+ 2 - 0
src/components/smart/WizardPage/WizardPage.tsx

@@ -542,6 +542,8 @@ class WizardPage extends React.Component<Props, State> {
       return;
     }
     try {
+      this.setState({ nextButtonDisabled: false });
+
       await providerStore.getOptionsValues({
         optionsType: type,
         endpointId: endpoint.id,