Skip to content

Commit

Permalink
Fixed: delete all request
Browse files Browse the repository at this point in the history
  • Loading branch information
we-vikram-wri231 committed Jun 22, 2024
1 parent b751851 commit 744f9f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skeletons/vaahcms/users/Vue/stores/store-template.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@ export const use<%= model_name %>Store = defineStore({
method: method,
show_success: false
};

options.params.query = vaah().clone(this.query);

await vaah().ajax(
url,
this.updateListAfter,
Expand Down

0 comments on commit 744f9f9

Please sign in to comment.