diff --git a/src/gui/src/helpers.js b/src/gui/src/helpers.js index a5b63a152..0c72762f1 100644 --- a/src/gui/src/helpers.js +++ b/src/gui/src/helpers.js @@ -1808,6 +1808,7 @@ window.upload_items = async function(items, dest_path){ }) // remove from active_uploads delete window.active_uploads[opid]; + window.location.reload(); }, // error error: async function(err){