Skip to content

Commit e84760d

Browse files
committed
fix: handleSelect is declared but its value is never read
1 parent f28541d commit e84760d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

frontend/src/shared/ui/command/Command.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ function filterItems() {
6666
filterState.filtered.count = itemCount
6767
}
6868
69-
function handleSelect() {
70-
filterState.search = ''
71-
}
72-
7369
watch(
7470
() => filterState.search,
7571
() => {

0 commit comments

Comments
 (0)