Skip to content

Commit

Permalink
add form validations
Browse files Browse the repository at this point in the history
  • Loading branch information
bastipnt committed Dec 8, 2024
1 parent 1be40ef commit 206f827
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 280 deletions.
2 changes: 0 additions & 2 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
});
const handleNext = () => {
console.log("click", page);
if (page >= 4) return (page = 4);
transitioning = page;
page++;
Expand Down
Loading

0 comments on commit 206f827

Please sign in to comment.