diff --git a/frontend/src/shared/ui/command/Command.vue b/frontend/src/shared/ui/command/Command.vue index ec2d915..54a170c 100644 --- a/frontend/src/shared/ui/command/Command.vue +++ b/frontend/src/shared/ui/command/Command.vue @@ -66,10 +66,6 @@ function filterItems() { filterState.filtered.count = itemCount } -function handleSelect() { - filterState.search = '' -} - watch( () => filterState.search, () => {