Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi2704 committed Apr 3, 2024
1 parent 5ea9856 commit fa23299
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ export function UserInputFormWizardDeprecated({
result,
510,
(json) => {
// Scroll to top when navigating to next screen of wizard
window.scrollTo(0, 0);
// setFlash(intl.formatMessage({ id: "process.flash.wizard_next_step" }));
setForms([
...forms,
{ form: json.form, hasNext: json.hasNext },
Expand Down

0 comments on commit fa23299

Please sign in to comment.