diff --git a/src/components/Profile.vue b/src/components/Profile.vue index c598129..f947591 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -147,7 +147,7 @@ color="primary" text @click=" - setDisplayName(editValue); + updateDisplayName(editValue); showEditDisplaynameDialog = false; " >{{ $t("menu.ok") }}