fix: sharing components
This commit is contained in:
parent
58207db6c3
commit
700fce3c2c
4 changed files with 109 additions and 110 deletions
|
|
@ -16,7 +16,7 @@
|
|||
{{ $t('menu.edit') }}
|
||||
</dropdown-item>
|
||||
<dropdown-item
|
||||
:to="{ name: 'namespace.settings.share', params: { id: namespace.id } }"
|
||||
:to="{ name: 'namespace.settings.share', params: { namespaceId: namespace.id } }"
|
||||
icon="share-alt"
|
||||
>
|
||||
{{ $t('menu.share') }}
|
||||
|
|
|
|||
Reference in a new issue