fix: move shares count cache logic to the DeckShareProvider

Signed-off-by: Luka Trovic <luka@nextcloud.com>

fix: conflicts

Signed-off-by: Luka Trovic <luka@nextcloud.com>

fix: conflicts and test issues

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2022-04-29 14:21:22 +02:00
committed by backportbot-nextcloud[bot]
parent bfcd5357e3
commit 047ca3e203
4 changed files with 197 additions and 17 deletions

View File

@@ -211,7 +211,7 @@ export default {
},
methods: {
...mapActions([
"fetchAttachments",
'fetchAttachments',
]),
handleUploadFile(event) {
const files = event.target.files ?? []