chore(SearchBar): remove unused code

This commit is contained in:
Ilia Mashkov
2026-02-07 18:19:16 +03:00
parent 359617212d
commit fa08986d60
2 changed files with 0 additions and 8 deletions

View File

@@ -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',
},
},
});
</script>