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

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

Fix 'Next' button disabled in Wizard Options
Daniel Vincze 3 лет назад
Родитель
Сommit
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,