Bläddra i källkod

update master nav

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 år sedan
förälder
incheckning
20f9dce774
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. +1
    -2
      src/components/NavigationContent/NavigationContent.tsx

+ 1
- 2
src/components/NavigationContent/NavigationContent.tsx Visa fil

@@ -87,8 +87,7 @@ const navigationItems: NavigationItem[] = [
{ icon: <Task />, label: "Task Template", path: "/tasks" },
{ icon: <Payments />, label: "Invoice", path: "/invoice" },
{ icon: <Analytics />, label: "Analysis Report", path: "/analytics" },
{ icon: <Settings />, label: "Setting", path: "/settings" },
{ icon: <Staff />, label: "Staff", path: "/staff" },
{ icon: <Settings />, label: "Setting", path: "/settings", children: [{ icon: <Staff />, label: "Staff", path: "/staff" }]},
];

const NavigationContent: React.FC = () => {


Laddar…
Avbryt
Spara