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
Next Next commit
fix typo
  • Loading branch information
donmbelembe authored May 25, 2021
commit b4bf284e91947680d3a7b52c661e2338a9754515
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}`, { preserveState: true, replace: true });
}
},
},
Expand Down