chore: clarify comment
This commit is contained in:
parent
e623954351
commit
aacd0a1331
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ export default defineComponent({
|
|||
|
||||
this.task = await this.$store.dispatch('tasks/update', task)
|
||||
|
||||
// Activate new fields which may have been set from the api
|
||||
// Show new fields set from the api or a newly set default reminder
|
||||
this.$nextTick(() => this.setActiveFields())
|
||||
|
||||
if (!showNotification) {
|
||||
|
|
Loading…
Reference in a new issue