Don't reset task relation kind after adding a task relation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-10-24 14:37:30 +02:00
parent f5e6965e3d
commit 5e046fbd06
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ export default {
this.$set(this.relatedTasks, this.newTaskRelationKind, [])
}
this.relatedTasks[this.newTaskRelationKind].push(this.newTaskRelationTask)
this.newTaskRelationKind = 'unset'
this.newTaskRelationTask = new TaskModel()
})
.catch(e => {