fix newList.vue
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dominik Pschenitschni 2021-10-01 18:39:30 +02:00
parent 8fc01f774a
commit aeabc42844
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default {
}
this.showError = false
this.list.namespaceId = this.$route.params.id
this.list.namespaceId = parseInt(this.$route.params.id)
this.$store
.dispatch('lists/createList', this.list)
.then((r) => {