Skip to content

Commit

Permalink
Update packages/x-date-pickers-pro/src/internals/utils/createMultiInp…
Browse files Browse the repository at this point in the history
…utRangeField/createMultiInputRangeField.tsx

Co-authored-by: Lukas Tyla <llukas.tyla@gmail.com>
Signed-off-by: Flavien DELANGLE <flaviendelangle@gmail.com>
  • Loading branch information
flaviendelangle and LukasTy authored Jan 15, 2025
1 parent 4c38c14 commit be00d3b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ export function createMultiInputRangeField<TManager extends PickerAnyRangeManage
elementType: Root,
externalSlotProps: slotProps?.root,
externalForwardedProps: otherForwardedProps,
additionalProps: {
ref,
},
additionalProps: { ref },
ownerState,
className: clsx(className, classes.root),
});
Expand Down

0 comments on commit be00d3b

Please sign in to comment.