public allocation

This commit is contained in:
JOSEPH LE 2024-09-17 08:18:43 +07:00
parent 5ea7d79c4c
commit fe75a08c3d
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ const data = [
link: '/allocation',
label: 'Personnel allocation',
icon: IconBinaryTree2,
group: 'admin',
group: 'normal',
},
{
link: '/profile',

View File

@ -179,7 +179,7 @@ const mainRoutes = [
{
path: '/allocation',
element: (
<ProtectedRoute mode="route" permission="admin">
<ProtectedRoute mode="route" permission="staff">
<BasePage
main={
<>