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

Commit 1ab85f3

Browse files
committed
Update InteractsWithQueryBuilder.vue
1 parent e267ad4 commit 1ab85f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/InteractsWithQueryBuilder.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ export default {
125125
if (this.$inertia) {
126126
const query = this.queryBuilderString;
127127
128-
this.$inertia.replace(
129-
this.route(this.route().current()) + `?${query}`
130-
);
128+
this.$inertia.replace(location.pathname + `?${query}`);
131129
}
132130
},
133131
},

0 commit comments

Comments
 (0)