Removed member resouce sidebar to work with new sidebar.

This commit is contained in:
Adrian Astles 2025-07-24 21:30:20 +08:00
parent bcc2c59f08
commit 6349406523

View file

@ -26,14 +26,7 @@ export const orgLangingNavItems: SidebarNavItem[] = [
{ {
title: "sidebarAccount", title: "sidebarAccount",
href: "/{orgId}", href: "/{orgId}",
icon: <User className="h-4 w-4" />, icon: <User className="h-4 w-4" />
autoExpand: true,
children: [
{
title: "sidebarResources",
href: "/{orgId}"
}
]
} }
]; ];