Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mui/mui-x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fd1f125562b768aa27437f4f10c7f577eefcddc4
Choose a base ref
..
head repository: mui/mui-x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dcca6b5b2d027a97b9411939105256edc80e6dcd
Choose a head ref
Showing with 5 additions and 0 deletions.
  1. +5 −0 packages/x-date-pickers-pro/src/internals/hooks/useMobileRangePicker/useMobileRangePicker.tsx
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ import { PickersLayout } from '@mui/x-date-pickers/PickersLayout';
import {
usePicker,
PickersModalDialog,
ExportedBaseToolbarProps,
DateOrTimeViewWithMeridiem,
PickerProvider,
PickerRangeValue,
@@ -182,6 +183,10 @@ export const useMobileRangePicker = <
}
const slotProps = {
...innerSlotProps,
toolbar: {
...innerSlotProps?.toolbar,
titleId: labelId,
} as ExportedBaseToolbarProps,
mobilePaper: {
'aria-labelledby': labelledById,
...innerSlotProps?.mobilePaper,