From 5deedcf2e909524c3d595158df62828e24217b28 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 15 Apr 2025 12:20:51 +0200 Subject: [PATCH] fix(front): exact link to create channel modal in user profile --- front/src/views/auth/ProfileOverview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/auth/ProfileOverview.vue b/front/src/views/auth/ProfileOverview.vue index f734a9918..5452b97c2 100644 --- a/front/src/views/auth/ProfileOverview.vue +++ b/front/src/views/auth/ProfileOverview.vue @@ -52,7 +52,7 @@ const createForm = ref() icon="bi-plus" thin-font force-underline - :to="to" + :to="useModal('createChannel').to" > {{ t('views.auth.ProfileOverview.link.addNew') }}