diff --git a/site/src/components/SearchBar.vue b/site/src/components/SearchBar.vue index 806e4c1e..df4e2588 100644 --- a/site/src/components/SearchBar.vue +++ b/site/src/components/SearchBar.vue @@ -109,7 +109,7 @@ export default { }, deep: true }, - query(oldValue, newValue) { + query(newValue, _) { const options = { keys: ['id', 'name'] }