From b5d079c9d94370415955e49debcc61fec9d937ce Mon Sep 17 00:00:00 2001 From: jedi Date: Tue, 31 Oct 2023 21:25:13 +0100 Subject: [PATCH] stash --- frontend/src/components/CombinedFileField.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 });