chore: clarify comment

This commit is contained in:
kolaente 2022-09-30 13:31:04 +02:00
parent e623954351
commit aacd0a1331
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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