From f9dc63f145ddd31130eba9f191d4a6a5fba0cd4c Mon Sep 17 00:00:00 2001 From: Denis Mishankov Date: Wed, 24 Jan 2024 14:16:46 +0300 Subject: [PATCH] fix textarealabel --- src/components/TextArea.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TextArea.svelte b/src/components/TextArea.svelte index 31d730e..7b57120 100644 --- a/src/components/TextArea.svelte +++ b/src/components/TextArea.svelte @@ -6,7 +6,7 @@ {#if labelText !== ""} - + {/if}