From 73e675d1456b04fa8bb0ef5e4c469b7952016f9f Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Wed, 18 Oct 2023 19:48:43 +0200 Subject: [PATCH] fix(settings): typo in avatar prop Signed-off-by: Grigorii K. Shartsev --- apps/settings/src/components/PersonalInfo/AvatarSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />