TF-87 loan management refahi
This commit is contained in:
@@ -9,6 +9,7 @@ import BusinessCenterIcon from '@mui/icons-material/BusinessCenter';
|
||||
import GradingIcon from '@mui/icons-material/Grading';
|
||||
import SupervisedUserCircleIcon from '@mui/icons-material/SupervisedUserCircle';
|
||||
import Diversity3Icon from '@mui/icons-material/Diversity3';
|
||||
import PaidIcon from '@mui/icons-material/Paid';
|
||||
|
||||
const sidebarMenu = [
|
||||
[
|
||||
@@ -115,6 +116,16 @@ const sidebarMenu = [
|
||||
selected: false,
|
||||
permission: "manage_province_affairs_refahi",
|
||||
},
|
||||
{
|
||||
key: "sidebar.refahi-loan-management",
|
||||
secondary: "secondary.refahi-loan-management",
|
||||
name: "refahi_loan_management",
|
||||
type: "page",
|
||||
route: "/dashboard/refahi-loan-management",
|
||||
icon: <PaidIcon/>,
|
||||
selected: false,
|
||||
permission: "manage_refahi_loan",
|
||||
},
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user