diff options
Diffstat (limited to 'apps/settings')
-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 36d8026d75a..9c56fe277af 100644 --- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue +++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue @@ -35,7 +35,7 @@ :key="version" :user="userId" :aria-label="t('settings', 'Your profile picture')" - :disabled-tooltip="true" + :disable-tooltip="true" :show-user-status="false" :size="180" /> <div v-else class="icon-loading" /> |