Pull Request branch dev-clone to main #1
|
|
@ -21,6 +21,13 @@ const sidebarMenus: SidebarMenu[] = [
|
||||||
link: "/questions",
|
link: "/questions",
|
||||||
color: "green",
|
color: "green",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Manajemen Aspek",
|
||||||
|
icon: { tb: "TbClipboardText" },
|
||||||
|
allowedPermissions: ["permissions.read"],
|
||||||
|
link: "/aspect",
|
||||||
|
color: "blue",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default sidebarMenus;
|
export default sidebarMenus;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user