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 Julius Härtl
parent 0b6990f828
commit ed3be361b5
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 ?? []