fix: sharing components

This commit is contained in:
Dominik Pschenitschni 2021-11-30 16:58:15 +01:00
parent 58207db6c3
commit 700fce3c2c
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
4 changed files with 109 additions and 110 deletions

View file

@ -217,7 +217,7 @@ const router = createRouter({
},
},
{
path: '/namespaces/:id/settings/share',
path: '/namespaces/:namespaceId/settings/share',
name: 'namespace.settings.share',
component: NamespaceSettingShare,
meta: {