Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Nov 19, 2024
1 parent 33594ae commit e3e4d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Search/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ resetSearchResponse()
// which mean that only route change can trigger a search.
watch(() => route.query, whenIsRoute('search', refreshSearchFromRoute), { deep: true, immediate: true })
// Refresh route query when filter values change
watch(() => store.state.search.values, refreshRoute, { deep: true })
// Refresh route query when reversed filters change
Expand Down

0 comments on commit e3e4d74

Please sign in to comment.