fix newList.vue
Some checks failed
continuous-integration/drone/pr Build is failing

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

View File

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