fix text area tabulars

This commit is contained in:
2025-05-01 16:23:53 +02:00
parent 3a84989a9e
commit a8222892f7

View File

@@ -213,8 +213,7 @@
id={`notes-${index}`}
bind:value={r.Props!.notes}
class="textarea textarea-bordered w-full"
>
</textarea>
></textarea>
{:else}
<p><strong>{notes()}:</strong> {r.Props?.notes}</p>
{/if}