1
0

fix newList.vue

This commit is contained in:
Dominik Pschenitschni
2021-10-01 18:39:30 +02:00
parent 8fc01f774a
commit aeabc42844

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