diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-12-06 17:43:08 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-12-06 17:56:42 +0100 |
commit | 27bfa74cc54e52d31551d5b31db249d31d45c7a0 (patch) | |
tree | 86cb70cc6099b4211637d364afd49ffa3103b690 /apps/settings/src/components/PersonalInfo/AvatarSection.vue | |
parent | 714a5dc723a5d1c3aa39996a0fd962041044d2f1 (diff) | |
download | nextcloud-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.vue | 2 |
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" /> |