From b72ec8afdfaadbb9fc53820f46fc899bc508addf Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 7 Feb 2026 18:21:19 +0300 Subject: [PATCH] chore(FontSearch): remove unused code --- src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte b/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte index 54e0afc..0db0b23 100644 --- a/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte +++ b/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte @@ -72,7 +72,6 @@ function toggleFilters() { id="font-search" class="w-full" placeholder="search_typefaces..." - label="query_input" bind:value={filterManager.queryValue} />