Skip to content

Commit

Permalink
feat: revert attachment creation to be performed before negotiation
Browse files Browse the repository at this point in the history
  • Loading branch information
svituz committed Sep 25, 2023
1 parent f6427c3 commit 18436d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 18436d7

Please sign in to comment.