fix(task): update due date when marking a task done
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2024-01-15 23:33:02 +01:00
parent 5619fda0f2
commit bf9af27fc3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ async function markAsDone(checked: boolean) {
title: t('task.undo'),
callback: () => undoDone(checked),
}])
updateDueDate()
}
if (checked) {