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

Commit

Permalink
Update InteractsWithQueryBuilder.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Apr 12, 2021
1 parent e267ad4 commit 1ab85f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/InteractsWithQueryBuilder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ export default {
if (this.$inertia) {
const query = this.queryBuilderString;
this.$inertia.replace(
this.route(this.route().current()) + `?${query}`
);
this.$inertia.replace(location.pathname + `?${query}`);
}
},
},
Expand Down

0 comments on commit 1ab85f3

Please sign in to comment.