Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Feb 1, 2022
1 parent 6ae7c9a commit 4764d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</script>

<section>
<form on:submit={handleSubmit}>
<form on:submit|preventDefault={handleSubmit}>
<label for="name">Name</label>
<input
id="name"
Expand Down

0 comments on commit 4764d68

Please sign in to comment.