fixed bug
This commit is contained in:
@@ -33,7 +33,7 @@ const sidebarMenu = [
|
||||
route: "/dashboard/reports",
|
||||
icon: <AssessmentIcon sx={{width: 'inherit', height: 'inherit'}}/>,
|
||||
selected: false,
|
||||
permission: "all",
|
||||
permission: "view_reports_navgan",
|
||||
},
|
||||
{
|
||||
key: "sidebar.loan-history",
|
||||
@@ -42,7 +42,7 @@ const sidebarMenu = [
|
||||
route: "/dashboard/loan-history",
|
||||
icon: <SecurityIcon sx={{width: 'inherit', height: 'inherit'}}/>,
|
||||
selected: false,
|
||||
permission: "manage_navgan_loan",
|
||||
permission: "view_navgan_loans",
|
||||
},
|
||||
], [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user