Skip to content

Commit

Permalink
fix: do not pre-validate current step
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Sep 26, 2023
1 parent dba7b80 commit aa07412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/FormBCeIDPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ const onNext = () => {
currentTab.value++;
progressData[currentTab.value - 1].kind = "complete";
progressData[currentTab.value].kind = "current";
setTimeout(revalidateBus.emit, 1000);
}
setScrollPoint("top");
}
Expand Down

0 comments on commit aa07412

Please sign in to comment.