Don't reset task relation kind after adding a task relation
This commit is contained in:
parent
f5e6965e3d
commit
5e046fbd06
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ export default {
|
||||||
this.$set(this.relatedTasks, this.newTaskRelationKind, [])
|
this.$set(this.relatedTasks, this.newTaskRelationKind, [])
|
||||||
}
|
}
|
||||||
this.relatedTasks[this.newTaskRelationKind].push(this.newTaskRelationTask)
|
this.relatedTasks[this.newTaskRelationKind].push(this.newTaskRelationTask)
|
||||||
this.newTaskRelationKind = 'unset'
|
|
||||||
this.newTaskRelationTask = new TaskModel()
|
this.newTaskRelationTask = new TaskModel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
|
|
Loading…
Reference in a new issue