Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 1131660

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /