diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue index 626df017e..2045802cb 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) }) }) },