Skip to content

Commit

Permalink
Add .prevent
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasReumann committed Aug 17, 2023
1 parent e450a0d commit 82cf1e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<span class="font-light">Unsaved Changes</span>
</div>
</header>
<form id = "new-section-form" @submit="videoSectionController.publishNewSections()">
<form id = "new-section-form" @submit.prevent="videoSectionController.publishNewSections()">
<div class="flex align-middle">
<input id="startHours"
onkeyup="this.value=this.value.replace(/[^\d]/,'')"
Expand Down

0 comments on commit 82cf1e4

Please sign in to comment.