diff --git a/src/gui/src/helpers.js b/src/gui/src/helpers.js index 3a5c404f5..bc09433fb 100644 --- a/src/gui/src/helpers.js +++ b/src/gui/src/helpers.js @@ -1842,6 +1842,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){