fix(front): exact link to create channel modal in user profile
This commit is contained in:
parent
2d58ab590c
commit
5deedcf2e9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue