Skip to content

Commit 77654fa

Browse files
committed
chore: fix form submission and keydown event handling in modal-confirmation.blade.php
1 parent cf0262d commit 77654fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/modal-confirmation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class="p-2 mt-1 w-full text-black rounded input">
272272
class="block text-sm font-medium text-gray-700 dark:text-gray-300">
273273
Your Password
274274
</label>
275-
<form @submit.prevent="return false" @keydown.enter.prevent>
275+
<form @submit.prevent @keydown.enter.prevent>
276276
<input type="password" id="password-confirm" x-model="password" class="w-full input"
277277
placeholder="Enter your password">
278278
</form>

0 commit comments

Comments
 (0)