diff --git a/frontend/src/components/CombinedFileField.vue b/frontend/src/components/CombinedFileField.vue index 06ee839..d311cf4 100644 --- a/frontend/src/components/CombinedFileField.vue +++ b/frontend/src/components/CombinedFileField.vue @@ -14,7 +14,7 @@
-
@@ -79,7 +79,7 @@ export default { ...mapActions(["fetchFiles", "pushFile"]), async uploadFiles(files) { const jobs = files.map(async file => { - await this.pushFile({ + return await this.pushFile({ file: file, item_id: this.item_id });