Fix populating task details ater updating the description
This commit is contained in:
@ -610,7 +610,7 @@ export default {
|
||||
|
||||
this.$store.dispatch('tasks/update', this.task)
|
||||
.then(r => {
|
||||
this.$set(this, 'task', r)
|
||||
this.task = r
|
||||
this.setActiveFields()
|
||||
|
||||
if (!showNotification) {
|
||||
|
Reference in New Issue
Block a user