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

Commit 1131660

Browse files
authored
Fix bug
1 parent b4bf284 commit 1131660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/InteractsWithQueryBuilder.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
if (this.$inertia) {
126126
const query = this.queryBuilderString;
127127
128-
this.$inertia.get(location.pathname + `?${query}`, { preserveState: true, replace: true });
128+
this.$inertia.get(location.pathname + `?${query}`, {}, { replace: true, preserveState: true });
129129
}
130130
},
131131
},

0 commit comments

Comments
 (0)