Skip to content

Commit

Permalink
Update test/e2e/fixtures/DatePicker/DesktopDateRangePickerWithValue.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Tyla <[email protected]>
  • Loading branch information
LukasTy authored Feb 13, 2025
1 parent 3901f11 commit 26c5106
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
export default function BasicDesktopDateRangePicker() {
return (
<LocalizationProvider dateAdapter={AdapterDayjs}>
<DateRangePicker defaultValue={[dayjs('2024-04-12'), dayjs('2024-04-14')]} />
<DateRangePicker
defaultValue={[dayjs('2024-04-12'), dayjs('2024-04-14')]}
enableAccessibleFieldDOMStructure
/>
</LocalizationProvider>
);
}

0 comments on commit 26c5106

Please sign in to comment.