Skip to content

Commit

Permalink
fix: ssr for FormField
Browse files Browse the repository at this point in the history
paring-chan committed Jun 23, 2024

Verified

This commit was signed with the committer’s verified signature.
paring-chan 파링
1 parent e5e82d0 commit 2a7357b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/form/FormField.svelte
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
</script>

<div class="form-field">
<label class="form-field-content">
<div class="form-field-content">
{#if label}
<p class="label">
<Translation key={label} />
@@ -22,7 +22,7 @@
</p>
{/if}
<slot />
</label>
</div>

<slot name="hints">
{#if error}

0 comments on commit 2a7357b

Please sign in to comment.