diff --git a/src/components/Layout/Sidebar/Sidebar.tsx b/src/components/Layout/Sidebar/Sidebar.tsx index 915c2a79..2babb372 100644 --- a/src/components/Layout/Sidebar/Sidebar.tsx +++ b/src/components/Layout/Sidebar/Sidebar.tsx @@ -28,78 +28,81 @@ export function Sidebar({ isExpanded, onCollapseSidebar }: SidebarProps) { maxWidth="100%" overflow="hidden" position="relative" + asChild > - - - - {isExpanded && ( - + + - - - )} - - - - - + onChange={setSearchTerm} + /> + + {isExpanded && ( + + + + )} + + + + + + + + + + + + + } + /> + - - - + - - } - /> - - - - - - } - /> - - - + } + /> + + + + ) }