]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(settings): typo in avatar prop
authorGrigorii K. Shartsev <me@shgk.me>
Wed, 18 Oct 2023 17:48:43 +0000 (19:48 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Fri, 20 Oct 2023 18:31:57 +0000 (20:31 +0200)
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
apps/settings/src/components/PersonalInfo/AvatarSection.vue

index 36d8026d75a8ac17190341fb2f3b2d005bb80708..9c56fe277af8ccf9761ca9b81892bbdd557bc0cc 100644 (file)
@@ -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" />