Fix tasks without date not displaying in the righ category until restart

This commit is contained in:
Vyn 2024-04-15 09:40:46 +02:00
parent 9ced5c422d
commit 3030e15d5e

View file

@ -63,7 +63,7 @@ ColumnLayout {
backend.addTodoFromRawFormat( backend.addTodoFromRawFormat(
file.currentValue, file.currentValue,
newTodoContent.text, newTodoContent.text,
newTodoDate.text newTodoDate.text != "" ? newTodoDate.text : "No date"
) )
} }
form.confirmed() form.confirmed()