Fix Sunday selection in monthly weekday recurrence (#859)

This commit is contained in:
Chris 2026-02-24 13:46:48 +02:00 committed by GitHub
parent 00121f25d7
commit a0cd6db1a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,7 +228,7 @@ const TaskRecurrenceSection: React.FC<TaskRecurrenceSectionProps> = ({
{t('forms.task.labels.weekday', 'Weekday')}
</label>
<RecurrenceSelectDropdown
value={recurrenceWeekday || 1}
value={recurrenceWeekday ?? 1}
onChange={(value) =>
onChange(
'recurrence_weekday',