Compare commits
2 Commits
2d7feea623
...
15d2426ce6
| Author | SHA1 | Date | |
|---|---|---|---|
| 15d2426ce6 | |||
|
|
83a2985a46 |
@@ -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