Prechádzať zdrojové kódy

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

Fix 'Next' button disabled in Wizard Options
Daniel Vincze 3 rokov pred
rodič
commit
907e9478b1

+ 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,