Преглед на файлове

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;
       return;
     }
     }
     try {
     try {
+      this.setState({ nextButtonDisabled: false });
+
       await providerStore.getOptionsValues({
       await providerStore.getOptionsValues({
         optionsType: type,
         optionsType: type,
         endpointId: endpoint.id,
         endpointId: endpoint.id,