diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2023-10-18 19:48:43 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-20 20:31:57 +0200 |
commit | 73e675d1456b04fa8bb0ef5e4c469b7952016f9f (patch) | |
tree | f73efa8e1f2b42319883b31f309a66bbb48bc851 /apps/settings | |
parent | f214a7e3327eb967b8eb666bac464665f8895b82 (diff) | |
download | nextcloud-server-73e675d1456b04fa8bb0ef5e4c469b7952016f9f.tar.gz nextcloud-server-73e675d1456b04fa8bb0ef5e4c469b7952016f9f.zip |
fix(settings): typo in avatar prop
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
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" /> |