🐛 Close sidebar drawer on user selection (#1515)

This commit is contained in:
Diego Tellez
2025-03-19 13:48:37 +01:00
committed by GitHub
parent 6efd3ba9a0
commit 05bebffba1

View File

@@ -49,7 +49,7 @@ const Sidebar = () => {
<DrawerBody> <DrawerBody>
<Flex flexDir="column" justify="space-between"> <Flex flexDir="column" justify="space-between">
<Box> <Box>
<SidebarItems /> <SidebarItems onClose={() => setOpen(false)} />
<Flex <Flex
as="button" as="button"
onClick={() => { onClick={() => {