Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix bug
  • Loading branch information
donmbelembe authored May 26, 2021
commit 11316600e5676684a557cb5d275c6fd981bed8ae
2 changes: 1 addition & 1 deletion js/InteractsWithQueryBuilder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default {
if (this.$inertia) {
const query = this.queryBuilderString;

this.$inertia.get(location.pathname + `?${query}`, { preserveState: true, replace: true });
this.$inertia.get(location.pathname + `?${query}`, {}, { replace: true, preserveState: true });
}
},
},
Expand Down