diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2023-10-18 19:44:34 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-20 20:31:57 +0200 |
commit | f214a7e3327eb967b8eb666bac464665f8895b82 (patch) | |
tree | b752343044106cb16daef992d776e9f00a3c9e23 /apps/settings/src | |
parent | 91543677613af0aac4d988ea0a99899b1d5039a6 (diff) | |
download | nextcloud-server-f214a7e3327eb967b8eb666bac464665f8895b82.tar.gz nextcloud-server-f214a7e3327eb967b8eb666bac464665f8895b82.zip |
fix(settings): remove invalid avatar prop
There was a typo, it must have been disable-menu, not disableD-menu.
But it is not required, because the menu is disabled for the current user anyway.
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'apps/settings/src')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/AvatarSection.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue index a2ee65152bb..36d8026d75a 100644 --- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue +++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue @@ -35,7 +35,6 @@ :key="version" :user="userId" :aria-label="t('settings', 'Your profile picture')" - :disabled-menu="true" :disabled-tooltip="true" :show-user-status="false" :size="180" /> |