fix(front): exact link to create channel modal in user profile

This commit is contained in:
ArneBo 2025-04-15 12:20:51 +02:00
parent 2d58ab590c
commit 5deedcf2e9
1 changed files with 1 additions and 1 deletions

View File

@ -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') }}
</Link>