fix: create multiple tasks at once with multiline input now correctly uses the titles per line
This commit is contained in:
parent
1e4dd415cf
commit
6394485524
1 changed files with 4 additions and 4 deletions
|
@ -100,7 +100,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
const task = await this.$store.dispatch('tasks/createNewTask', {
|
const task = await this.$store.dispatch('tasks/createNewTask', {
|
||||||
title: this.newTaskTitle,
|
title,
|
||||||
listId: this.$store.state.auth.settings.defaultListId,
|
listId: this.$store.state.auth.settings.defaultListId,
|
||||||
position: this.defaultPosition,
|
position: this.defaultPosition,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue