diff --git a/apps/_dashboard/static/components/mtable.js b/apps/_dashboard/static/components/mtable.js index 413c03a87..379423261 100644 --- a/apps/_dashboard/static/components/mtable.js +++ b/apps/_dashboard/static/components/mtable.js @@ -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) {