Skip to content

Commit

Permalink
Do not extract 'startAdornment' from 'inputWithPopperProps' in 'DateP…
Browse files Browse the repository at this point in the history
…icker', to not break other uses of 'DatePicker'
  • Loading branch information
andrearutrecht committed Nov 12, 2024
1 parent ab9bc1c commit ae47861
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const DatePicker = (inProps: DatePickerProps) => {
minDate = defaultMinDate,
maxDate = defaultMaxDate,
slotProps,
startAdornment,
endAdornment,
...inputWithPopperProps
} = useThemeProps({ props: inProps, name: "CometAdminDatePicker" });
Expand Down

0 comments on commit ae47861

Please sign in to comment.