Skip to content

Commit

Permalink
Locale of date picker to FI
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Apr 30, 2024
1 parent fe7a0f9 commit 541e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/ThesisEditForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const ThesisEditForm: React.FC<{
<MenuItem value="CANCELLED">Cancelled</MenuItem>
</Select>
</FormControl>
<LocalizationProvider dateAdapter={AdapterDayjs}>
<LocalizationProvider adapterLocale="fi" dateAdapter={AdapterDayjs}>
<DatePicker
label={t('startDateHeader')}
name="startDate"
Expand Down

0 comments on commit 541e21a

Please sign in to comment.