From fa08986d60ed2db1900e1a4280bb2af394b19625 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 7 Feb 2026 18:19:16 +0300 Subject: [PATCH] chore(SearchBar): remove unused code --- src/shared/ui/SearchBar/SearchBar.stories.svelte | 4 ---- src/shared/ui/SearchBar/SearchBar.svelte | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/shared/ui/SearchBar/SearchBar.stories.svelte b/src/shared/ui/SearchBar/SearchBar.stories.svelte index b2cae2b..ab5f839 100644 --- a/src/shared/ui/SearchBar/SearchBar.stories.svelte +++ b/src/shared/ui/SearchBar/SearchBar.stories.svelte @@ -24,10 +24,6 @@ const { Story } = defineMeta({ control: 'text', description: 'Placeholder text for the input', }, - label: { - control: 'text', - description: 'Optional label displayed above the input', - }, }, }); diff --git a/src/shared/ui/SearchBar/SearchBar.svelte b/src/shared/ui/SearchBar/SearchBar.svelte index bfb7251..57eac7a 100644 --- a/src/shared/ui/SearchBar/SearchBar.svelte +++ b/src/shared/ui/SearchBar/SearchBar.svelte @@ -20,10 +20,6 @@ interface Props { * Placeholder text for the input */ placeholder?: string; - /** - * Optional label displayed above the input - */ - label?: string; } let {