fix: correct day-of-month recurrence parsing to use monthly interval and set next due date
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user