Browse Source

🐛 Close sidebar drawer on user selection (#1515)

pull/13907/head
Diego Tellez 5 months ago
committed by GitHub
parent
commit
05bebffba1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/components/Common/Sidebar.tsx

2
frontend/src/components/Common/Sidebar.tsx

@ -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={() => {

Loading…
Cancel
Save