fix: sharing components
This commit is contained in:
parent
58207db6c3
commit
700fce3c2c
4 changed files with 109 additions and 110 deletions
|
|
@ -217,7 +217,7 @@ const router = createRouter({
|
|||
},
|
||||
},
|
||||
{
|
||||
path: '/namespaces/:id/settings/share',
|
||||
path: '/namespaces/:namespaceId/settings/share',
|
||||
name: 'namespace.settings.share',
|
||||
component: NamespaceSettingShare,
|
||||
meta: {
|
||||
|
|
|
|||
Reference in a new issue