fix: show reminder field when changing a due date and a reminder was set
This commit is contained in:
parent
80cc58a45d
commit
8baafab456
1 changed files with 3 additions and 0 deletions
|
@ -697,6 +697,9 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
this.task = await this.$store.dispatch('tasks/update', task)
|
||||
|
||||
// Activate new fields which may have been set from the api
|
||||
this.$nextTick(() => this.setActiveFields())
|
||||
|
||||
if (!showNotification) {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue