Skip to content

Commit

Permalink
Fix registration form (#5420)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har authored and nopcoder committed Mar 20, 2023
1 parent 4cdefe7 commit 1b67d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/pages/setup/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const SetupContents = () => {
} finally {
setDisabled(false);
}
}, [setDisabled, setSetupError, setup]);
}, [setDisabled, setSetupError, setup, currentStep]);

if (loading) {
return null;
Expand Down

0 comments on commit 1b67d91

Please sign in to comment.