Skip to content

Commit

Permalink
fix textarealabel
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Jan 24, 2024
1 parent b954a17 commit f9dc63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextArea.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</script>

{#if labelText !== ""}
<label for="{id}">Source</label>
<label for="{id}">{labelText}</label>
{/if}

<textarea id="{id}" bind:value={value} {spellcheck}/>
Expand Down

0 comments on commit f9dc63f

Please sign in to comment.