diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue index 3c64b4fef..f28b05ddb 100644 --- a/src/components/card/AttachmentList.vue +++ b/src/components/card/AttachmentList.vue @@ -234,6 +234,7 @@ export default { shareWith: '' + this.cardId, }).then(() => { this.$store.dispatch('fetchAttachments', this.cardId) + this.$store.commit('cardIncreaseAttachmentCount', this.cardId) }) }) },