From a03640c380fb329f1b8365711522c26614c6e939 Mon Sep 17 00:00:00 2001 From: 10G Meow <10gmeow@gmail.com> Date: Sun, 20 Feb 2022 12:14:24 +0200 Subject: [PATCH] moved updateDisplayName to profileMixin --- src/components/Profile.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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") }}