Fix date picker props

This commit is contained in:
jeffvli 2023-02-11 00:21:26 -08:00
parent a9089859ce
commit 3d8b25922e

View file

@ -37,7 +37,6 @@ const StyledDatePicker = styled(MantineDatePicker)<DatePickerProps>`
export const DatePicker = ({ width, maxWidth, ...props }: DatePickerProps) => {
return (
<StyledDatePicker
withinPortal
{...props}
sx={{ maxWidth, width }}
/>