fix: project create route
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-01-18 16:18:47 +01:00
parent 45454060f5
commit bbeab337e2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<p v-if="n.projects.length === 0" class="has-text-centered has-text-grey mt-4 is-italic">
{{ $t('namespace.noProjects') }}
<BaseButton :to="{name: 'projects.create', params: {namespaceId: n.id}}">
<BaseButton :to="{name: 'project.create', params: {namespaceId: n.id}}">
{{ $t('namespace.createProject') }}
</BaseButton>
</p>