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) => {
|
export const DatePicker = ({ width, maxWidth, ...props }: DatePickerProps) => {
|
||||||
return (
|
return (
|
||||||
<StyledDatePicker
|
<StyledDatePicker
|
||||||
withinPortal
|
|
||||||
{...props}
|
{...props}
|
||||||
sx={{ maxWidth, width }}
|
sx={{ maxWidth, width }}
|
||||||
/>
|
/>
|
||||||
|
|
Reference in a new issue