fix newList.vue

This commit is contained in:
Dominik Pschenitschni 2021-10-01 18:39:30 +02:00
parent 8fc01f774a
commit aeabc42844
No known key found for this signature in database
GPG key ID: B257AC0149F43A77

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) => {