fix: correct day-of-month recurrence parsing to use monthly interval and set next due date

This commit is contained in:
Mo Tarbin
2026-07-14 11:15:50 -04:00
parent 359202a594
commit bbad583e53
2 changed files with 31 additions and 6 deletions

View File

@@ -422,6 +422,8 @@ const TaskInput = ({ onChoreUpdate, isModalOpen, onClose }) => {
if (dueDateParsed.result) {
syncDueDateStates(dueDateParsed.result)
dueDateHighlight = dueDateParsed.highlight[0]
} else if (repeat.dueDate) {
syncDueDateStates(repeat.dueDate)
}
// Create the cleaned sentence by sequentially applying all cleanups