Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge branch '#561/unable-to-apply-filter-on-category-page' of https:…
Browse files Browse the repository at this point in the history
…//github.com/hotwax/vsf-capybara into #561/unable-to-apply-filter-on-category-page
  • Loading branch information
ymaheshwari1 committed Jan 9, 2021
2 parents 86166de + 17837db commit 0343bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Category.vue
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ export default {
}
},
changeFilter (filter) {
delete this.$route.query.page
this.$store.dispatch('category-next/switchSearchFilters', [filter]);
},
clearAllFilters () {
Expand Down

0 comments on commit 0343bd1

Please sign in to comment.