public allocation
This commit is contained in:
parent
5ea7d79c4c
commit
fe75a08c3d
|
|
@ -100,7 +100,7 @@ const data = [
|
|||
link: '/allocation',
|
||||
label: 'Personnel allocation',
|
||||
icon: IconBinaryTree2,
|
||||
group: 'admin',
|
||||
group: 'normal',
|
||||
},
|
||||
{
|
||||
link: '/profile',
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ const mainRoutes = [
|
|||
{
|
||||
path: '/allocation',
|
||||
element: (
|
||||
<ProtectedRoute mode="route" permission="admin">
|
||||
<ProtectedRoute mode="route" permission="staff">
|
||||
<BasePage
|
||||
main={
|
||||
<>
|
||||
|
|
|
|||
Loading…
Reference in New Issue