Skip to content

Commit

Permalink
Update form-handler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed May 9, 2024
1 parent 0bb3ccc commit a6a3ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/form-handler/form-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function navigateForm(el, stepIndex = formState.currentStep + 1) {
}

backBtn.classList.toggle('disabled', formState.currentStep === 0);
updateSideNav(el);
}

function initFormCtas(el, inputMap) {
Expand Down

0 comments on commit a6a3ba7

Please sign in to comment.