Fix errors in directory upload

This commit is contained in:
2023-07-06 18:12:42 +02:00
parent c617997017
commit 150eba5581
3 changed files with 33 additions and 11 deletions

View File

@@ -56,7 +56,6 @@ export const upload_file = async file => {
upload_queue.push({
task_id: task_id_counter,
file: file,
bucket: fs_state.root.id,
path: path,
component: null,
status: "queued",