diff --git a/js/InteractsWithQueryBuilder.vue b/js/InteractsWithQueryBuilder.vue index 19c6ec2..bd04693 100644 --- a/js/InteractsWithQueryBuilder.vue +++ b/js/InteractsWithQueryBuilder.vue @@ -125,7 +125,7 @@ export default { if (this.$inertia) { const query = this.queryBuilderString; - this.$inertia.replace(location.pathname + `?${query}`); + this.$inertia.get(location.pathname + `?${query}`, {}, { replace: true, preserveState: true }); } }, },