fix
All checks were successful
Build And Deploy Main / build-and-deploy (push) Successful in 34s

This commit is contained in:
2026-03-16 14:17:39 -04:00
parent 37a6f383d7
commit 2664177463

View File

@@ -229,12 +229,6 @@ const SideMenu = () => {
link: '/employees/list',
category: '/employees',
roleFunc: () => AuthService.canViewEmployees() || AuthService.canAddOrEditEmployees()
},
{
name: 'Permission',
link: '/admin/permission',
category: '/admin/permission',
roleFunc: () => AuthService.canViewEmployees() || AuthService.canAddOrEditEmployees()
}
]
}