Fix mixing old and new syntaxes error
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
{#if showForm}
|
||||
<form
|
||||
on:submit={handleSubmit}
|
||||
onsubmit={handleSubmit}
|
||||
autocomplete="off"
|
||||
class="flex w-full flex-col space-y-4 rounded border border-gray-300 bg-white p-8 shadow-none"
|
||||
>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
{#if showForm}
|
||||
<form
|
||||
on:submit={handleSubmit}
|
||||
onsubmit={handleSubmit}
|
||||
autocomplete="off"
|
||||
enctype="multipart/form-data"
|
||||
class="flex w-full flex-col space-y-4 rounded border border-gray-300 bg-white p-8 shadow-none"
|
||||
|
||||
Reference in New Issue
Block a user