fix: increase file count after sharing

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2022-05-11 14:44:03 +00:00
committed by backportbot-nextcloud[bot]
parent 4859456588
commit dfcf096caa
+1
View File
@@ -234,6 +234,7 @@ export default {
shareWith: '' + this.cardId,
}).then(() => {
this.$store.dispatch('fetchAttachments', this.cardId)
this.$store.commit('cardIncreaseAttachmentCount', this.cardId)
})
})
},