Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-07-26 18:36:26 +0300
committerGitHub <noreply@github.com>2022-07-26 18:36:26 +0300
commit948adda83efb3033c7fa429ae2db65c3929e6853 (patch)
tree318168087bf15ce66b150d6902181d71f45e2a5e /src
parenta117f5872529b746fda307f51fe8eb1c8a2607c1 (diff)
parente13159407b4c202edc0b958911e3aa6439fcfb77 (diff)
Merge pull request #7641 from nextcloud/followup/7598/fix-forwarding-menu-container
Fix forwarding the menu-container for avatars
Diffstat (limited to 'src')
-rw-r--r--src/components/AvatarWrapper/AvatarWrapper.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AvatarWrapper/AvatarWrapper.vue b/src/components/AvatarWrapper/AvatarWrapper.vue
index dd0945cfd..3b66086d7 100644
--- a/src/components/AvatarWrapper/AvatarWrapper.vue
+++ b/src/components/AvatarWrapper/AvatarWrapper.vue
@@ -99,7 +99,7 @@ export default {
},
menuContainer: {
- type: Object,
+ type: String,
default: undefined,
},
},