Przeglądaj źródła

BugFix for InstallerForm

Yuki Takei 4 lat temu
rodzic
commit
fa0889b41d
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      packages/app/src/components/InstallerForm.jsx

+ 0 - 2
packages/app/src/components/InstallerForm.jsx

@@ -55,8 +55,6 @@ class InstallerForm extends React.Component {
     setTimeout(() => {
       this.setState({ isSubmittingDisabled: false });
     }, 3000);
-
-    document['register-form'].submit();
   }
 
   render() {