From 63494065232f61b479a9f937e55315e9853b44c7 Mon Sep 17 00:00:00 2001
From: Adrian Astles <49412215+adrianeastles@users.noreply.github.com>
Date: Thu, 24 Jul 2025 21:30:20 +0800
Subject: [PATCH] Removed member resouce sidebar to work with new sidebar.
---
src/app/navigation.tsx | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/src/app/navigation.tsx b/src/app/navigation.tsx
index b8f60abd..9901ee2f 100644
--- a/src/app/navigation.tsx
+++ b/src/app/navigation.tsx
@@ -26,14 +26,7 @@ export const orgLangingNavItems: SidebarNavItem[] = [
{
title: "sidebarAccount",
href: "/{orgId}",
- icon: ,
- autoExpand: true,
- children: [
- {
- title: "sidebarResources",
- href: "/{orgId}"
- }
- ]
+ icon:
}
];