mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 19:18:30 +00:00
Removed member resouce sidebar to work with new sidebar.
This commit is contained in:
@@ -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}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user