Fix new label create popup
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2021-01-21 21:49:13 +01:00
parent 7cb3ef18d3
commit b57ce9ca42
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ export default new Router({
{
path: '/labels/new',
name: 'labels.create',
component: {
components: {
popup: NewLabelComponent,
},
},