Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Jan 27, 2025
1 parent e55b74b commit 9272c3c
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,7 @@ export const useDesktopRangePicker = <
}: UseDesktopRangePickerParams<TView, TEnableAccessibleFieldDOMStructure, TExternalProps>) => {
useLicenseVerifier('x-date-pickers-pro', releaseInfo);

const {
slots,
slotProps,
inputRef,
readOnly,
autoFocus,
disableOpenPicker,
localeText,
} = props;
const { slots, slotProps, inputRef, readOnly, autoFocus, disableOpenPicker, localeText } = props;

const fieldContainerRef = React.useRef<HTMLDivElement>(null);
const popperRef = React.useRef<HTMLDivElement>(null);
Expand Down

0 comments on commit 9272c3c

Please sign in to comment.