Skip to content

Commit

Permalink
fixed search (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerGo0 committed Aug 9, 2023
1 parent 0b5c33c commit 18116c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default {
},
deep: true
},
query(oldValue, newValue) {
query(newValue, _) {
const options = {
keys: ['id', 'name']
}
Expand Down

0 comments on commit 18116c4

Please sign in to comment.