Procházet zdrojové kódy

remove staff reinburesment

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi před 1 rokem
rodič
revize
e4d5f744a6
1 změnil soubory, kde provedl 18 přidání a 17 odebrání
  1. +18
    -17
      src/components/NavigationContent/NavigationContent.tsx

+ 18
- 17
src/components/NavigationContent/NavigationContent.tsx Zobrazit soubor

@@ -108,23 +108,24 @@ const NavigationContent: React.FC<Props> = ({ abilities }) => {
},
],
},
{
icon: <RequestQuote />,
label: "Staff Reimbursement",
path: "/staffReimbursement",
children: [
{
icon: <RequestQuote />,
label: "Claim Approval",
path: "/staffReimbursement/ClaimApproval",
},
{
icon: <RequestQuote />,
label: "Claim Summary",
path: "/staffReimbursement/ClaimSummary",
},
],
},
// No Claim function in Breaur, will be implement later
// {
// icon: <RequestQuote />,
// label: "Staff Reimbursement",
// path: "/staffReimbursement",
// children: [
// {
// icon: <RequestQuote />,
// label: "Claim Approval",
// path: "/staffReimbursement/ClaimApproval",
// },
// {
// icon: <RequestQuote />,
// label: "Claim Summary",
// path: "/staffReimbursement/ClaimSummary",
// },
// ],
// },
{ icon: <Assignment />, label: "Project Management", path: "/projects" },
{ icon: <Task />, label: "Task Template", path: "/tasks" },
{ icon: <Payments />, label: "Invoice", path: "/invoice" },


Načítá se…
Zrušit
Uložit