Explorar o código

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

Fix 'Next' button disabled in Wizard Options
Daniel Vincze %!s(int64=3) %!d(string=hai) anos
pai
achega
907e9478b1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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,