Merge branch 'develop' into 'feature/yasi_reserve_loan'

# Conflicts:
#   src/core/data/sidebarMenu.jsx
This commit is contained in:
AmirHossein Mahmoodi
2024-02-07 13:46:12 +00:00
7 changed files with 345 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ 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';
import AccountBalanceIcon from '@mui/icons-material/AccountBalance';
const sidebarMenu = [
[
@@ -108,6 +109,16 @@ const sidebarMenu = [
selected: false,
permissions: ["manage_province_affairs_navgan"],
},
{
key: "sidebar.bank-management",
secondary: "secondary.navgan-province-manager",
name: "management",
type: "page",
route: "/dashboard/bank-management",
icon: <AccountBalanceIcon sx={{width: 'inherit', height: 'inherit'}}/>,
selected: false,
permissions: ["manage_bank_referred_loans"],
},
{
key: "sidebar.navgan-loan-management",
secondary: "secondary.navgan-loan-management",