summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/PersonalInfo/AvatarSection.vue
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-12-06 17:43:08 +0100
committerCarl Schwan <carl@carlschwan.eu>2022-12-06 17:56:42 +0100
commit27bfa74cc54e52d31551d5b31db249d31d45c7a0 (patch)
tree86cb70cc6099b4211637d364afd49ffa3103b690 /apps/settings/src/components/PersonalInfo/AvatarSection.vue
parent714a5dc723a5d1c3aa39996a0fd962041044d2f1 (diff)
downloadnextcloud-server-27bfa74cc54e52d31551d5b31db249d31d45c7a0.tar.gz
nextcloud-server-27bfa74cc54e52d31551d5b31db249d31d45c7a0.zip
Fix profile visibility not appearing
And refactor how the grid works (now it's automatically using the correct size instead of harcoding it) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/AvatarSection.vue')
-rw-r--r--apps/settings/src/components/PersonalInfo/AvatarSection.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue
index 54f85ee7f67..ce3c80d4820 100644
--- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue
+++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue
@@ -21,7 +21,7 @@
-->
<template>
- <section>
+ <section id="vue-avatar-section">
<HeaderBar :input-id="avatarChangeSupported ? inputId : null"
:readable="avatar.readable"
:scope.sync="avatar.scope" />