Ver a proveniência

remove staff reinburesment

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi há 1 ano
ascendente
cometimento
e4d5f744a6
1 ficheiros alterados com 18 adições e 17 eliminações
  1. +18
    -17
      src/components/NavigationContent/NavigationContent.tsx

+ 18
- 17
src/components/NavigationContent/NavigationContent.tsx Ver ficheiro

@@ -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" },


Carregando…
Cancelar
Guardar