소스 검색

update master nav

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 년 전
부모
커밋
20f9dce774
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/components/NavigationContent/NavigationContent.tsx

+ 1
- 2
src/components/NavigationContent/NavigationContent.tsx 파일 보기

@@ -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 = () => {


불러오는 중...
취소
저장