This commit is contained in:
@@ -229,12 +229,6 @@ const SideMenu = () => {
|
|||||||
link: '/employees/list',
|
link: '/employees/list',
|
||||||
category: '/employees',
|
category: '/employees',
|
||||||
roleFunc: () => AuthService.canViewEmployees() || AuthService.canAddOrEditEmployees()
|
roleFunc: () => AuthService.canViewEmployees() || AuthService.canAddOrEditEmployees()
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Permission',
|
|
||||||
link: '/admin/permission',
|
|
||||||
category: '/admin/permission',
|
|
||||||
roleFunc: () => AuthService.canViewEmployees() || AuthService.canAddOrEditEmployees()
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user