Date Selector and Dynamic Routes #16
@@ -130,7 +130,7 @@ const DatePicker = (): JSX.Element => {
|
||||
const initRef = useRef();
|
||||
|
||||
return (
|
||||
<Popover w="100%" h="auto" placement="bottom" initialFocusRef={initRef}>
|
||||
<Popover placement="bottom" initialFocusRef={initRef}>
|
||||
<PopoverTrigger>
|
||||
<Button border="none" variant="outline">
|
||||
<Heading w="100%" h="auto">
|
||||
|
||||
Reference in New Issue
Block a user