From 18436d77d8662fb99817ac4609b577acba3ed33d Mon Sep 17 00:00:00 2001 From: Vittorio Meloni Date: Mon, 25 Sep 2023 15:35:07 +0200 Subject: [PATCH] feat: revert attachment creation to be performed before negotiation --- src/store/actions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/actions.js b/src/store/actions.js index f8121db..d694a16 100644 --- a/src/store/actions.js +++ b/src/store/actions.js @@ -64,7 +64,6 @@ export default { commit("setNotification", "There was an error saving the attachment") return null }) - data.payload[sectionName][criteriaName] = attachmentsIds data.attachments.push(attachmentsIds) }