Fix Sunday selection in monthly weekday recurrence (#859)
This commit is contained in:
parent
00121f25d7
commit
a0cd6db1a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue