From 20f9dce774f3033aa3c618c46dd2b0f53afd3c4e Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Wed, 27 Mar 2024 17:19:46 +0800 Subject: [PATCH] update master nav --- src/components/NavigationContent/NavigationContent.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 58c957d..e606bd9 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -87,8 +87,7 @@ const navigationItems: NavigationItem[] = [ { icon: , label: "Task Template", path: "/tasks" }, { icon: , label: "Invoice", path: "/invoice" }, { icon: , label: "Analysis Report", path: "/analytics" }, - { icon: , label: "Setting", path: "/settings" }, - { icon: , label: "Staff", path: "/staff" }, + { icon: , label: "Setting", path: "/settings", children: [{ icon: , label: "Staff", path: "/staff" }]}, ]; const NavigationContent: React.FC = () => {