Fix operator (#631)
This commit is contained in:
parent
291dc4e388
commit
376cdcd7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ const GeneralTab: React.FC<GeneralTabProps> = ({
|
|||
{t('profile.firstDayOfWeek', 'First day of week')}
|
||||
</label>
|
||||
<FirstDayOfWeekDropdown
|
||||
value={formData.first_day_of_week || 1}
|
||||
value={formData.first_day_of_week ?? 1}
|
||||
onChange={onFirstDayChange}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue