This commit is contained in:
chainchompa 2024-07-09 21:42:01 -04:00 committed by Kent Keirsey
parent 8fdff33cf8
commit 58d2c1557d

View File

@ -73,10 +73,10 @@ const ImageGalleryContent = () => {
</Flex> </Flex>
<PanelGroup ref={panelGroupRef} direction="vertical"> <PanelGroup ref={panelGroupRef} direction="vertical">
<Panel> <Panel>
<Collapse in={boardSearchDisclosure.isOpen} > <Collapse in={boardSearchDisclosure.isOpen}>
<Box mt="2"> <Box mt="2">
<BoardsSearch /> <BoardsSearch />
</Box> </Box>
</Collapse> </Collapse>
<BoardsList /> <BoardsList />
</Panel> </Panel>