Skip to content

Commit

Permalink
Update mtable.js (#824)
Browse files Browse the repository at this point in the history
Resolves the issue reported in:
#788
  • Loading branch information
mrworm committed Nov 5, 2023
1 parent 119fa7f commit ce928d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/_dashboard/static/components/mtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
axios.post(url, item).then(mtable.handle_response('post', this),
mtable.handle_response('post', this));
}
location.reload();
};

mtable.handle_response = function(method, data) {
Expand Down

0 comments on commit ce928d4

Please sign in to comment.