add reserve_loan
This commit is contained in:
@@ -16,6 +16,7 @@ import AccessibilityIcon from '@mui/icons-material/Accessibility';
|
||||
import AssessmentIcon from '@mui/icons-material/Assessment';
|
||||
import SecurityIcon from '@mui/icons-material/Security';
|
||||
import SettingsIcon from '@mui/icons-material/Settings';
|
||||
import RepartitionIcon from '@mui/icons-material/Repartition';
|
||||
|
||||
const sidebarMenu = [
|
||||
[
|
||||
@@ -66,6 +67,16 @@ const sidebarMenu = [
|
||||
selected: false,
|
||||
permissions: ["manage_machinery_navgan"],
|
||||
},
|
||||
{
|
||||
key: "sidebar.reserve-loan",
|
||||
secondary: "secondary.navgan-province-manager",
|
||||
name: "reserve_loan",
|
||||
type: "page",
|
||||
route: "/dashboard/reserve-loan",
|
||||
icon: <RepartitionIcon sx={{width: 'inherit', height: 'inherit'}}/>,
|
||||
selected: false,
|
||||
permissions: ["manage_machinery_navgan"],
|
||||
},
|
||||
{
|
||||
key: "sidebar.passenger-boss",
|
||||
secondary: "secondary.navgan-province-manager",
|
||||
|
||||
Reference in New Issue
Block a user