Fix invalid props.
This commit is contained in:
@@ -130,7 +130,7 @@ const DatePicker = (): JSX.Element => {
|
|||||||
const initRef = useRef();
|
const initRef = useRef();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Popover w="100%" h="auto" placement="bottom" initialFocusRef={initRef}>
|
<Popover placement="bottom" initialFocusRef={initRef}>
|
||||||
<PopoverTrigger>
|
<PopoverTrigger>
|
||||||
<Button border="none" variant="outline">
|
<Button border="none" variant="outline">
|
||||||
<Heading w="100%" h="auto">
|
<Heading w="100%" h="auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user