fix: route to create new project
This commit is contained in:
parent
e1bdabc8d6
commit
a5e710bfe5
@ -282,7 +282,7 @@ const router = createRouter({
|
|||||||
component: ListProjects,
|
component: ListProjects,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/projects/new/:namespaceId/',
|
path: '/projects/new',
|
||||||
name: 'project.create',
|
name: 'project.create',
|
||||||
component: NewProjectComponent,
|
component: NewProjectComponent,
|
||||||
meta: {
|
meta: {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{{ $t('filters.create.title') }}
|
{{ $t('filters.create.title') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
<x-button :to="{name: 'project.create'}" icon="plus" v-cy="'new-project'">
|
<x-button :to="{name: 'project.create'}" icon="plus" v-cy="'new-project'">
|
||||||
{{ $t('project.create.title') }}
|
{{ $t('project.create.header') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user