We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efd3ba commit 05bebffCopy full SHA for 05bebff
frontend/src/components/Common/Sidebar.tsx
@@ -49,7 +49,7 @@ const Sidebar = () => {
49
<DrawerBody>
50
<Flex flexDir="column" justify="space-between">
51
<Box>
52
- <SidebarItems />
+ <SidebarItems onClose={() => setOpen(false)} />
53
<Flex
54
as="button"
55
onClick={() => {
0 commit comments