Browse Source

fix(nocohub): Minor issue fix

pull/6376/head
Muhammed Mustafa 12 months ago
parent
commit
393791e363
  1. 2
      packages/nc-gui/components/account/Profile.vue

2
packages/nc-gui/components/account/Profile.vue

@ -39,7 +39,7 @@ const onSubmit = async () => {
}
watch(
() => currentUser.value?.display_name,
currentUser,
() => {
if (!currentUser.value?.display_name) return

Loading…
Cancel
Save