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
|
@ -698,6 +698,9 @@ export default defineComponent({
|
||||||
|
|
||||||
this.task = await this.$store.dispatch('tasks/update', task)
|
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) {
|
if (!showNotification) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue