fix: show reminder field when changing a due date and a reminder was set

This commit is contained in:
kolaente 2022-09-08 16:40:46 +02:00
parent 80cc58a45d
commit 8baafab456
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -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