Don't reset task relation kind after adding a task relation
This commit is contained in:
parent
f5e6965e3d
commit
5e046fbd06
@ -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…
x
Reference in New Issue
Block a user