fix: increase file count after sharing

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic 2022-03-31 22:44:50 +02:00 коммит произвёл Julius Härtl
Родитель b348565449
Коммит 2af94410f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -234,6 +234,7 @@ export default {
shareWith: '' + this.cardId,
}).then(() => {
this.$store.dispatch('fetchAttachments', this.cardId)
this.$store.commit('cardIncreaseAttachmentCount', this.cardId)
})
})
},