Skip to content

Commit

Permalink
resetting page to 1 when updating SearchFilterGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 10, 2024
1 parent 6023da7 commit eae4e40
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export default {
if (newVal.length > 0) {
query = {
...this.$route.query,
page: 1,
[this.groupKey]: newVal.toString()
}
} else {
Expand Down

0 comments on commit eae4e40

Please sign in to comment.