mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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 }}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue