Fix date picker props
This commit is contained in:
parent
a9089859ce
commit
3d8b25922e
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ const StyledDatePicker = styled(MantineDatePicker)<DatePickerProps>`
|
|||
export const DatePicker = ({ width, maxWidth, ...props }: DatePickerProps) => {
|
||||
return (
|
||||
<StyledDatePicker
|
||||
withinPortal
|
||||
{...props}
|
||||
sx={{ maxWidth, width }}
|
||||
/>
|
||||
|
|
Reference in a new issue