mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-08 03:36:37 +00:00
add child to user nav bar item
This commit is contained in:
@@ -35,7 +35,13 @@ export const orgNavItems: SidebarNavItem[] = [
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: "Users",
|
title: "Users",
|
||||||
href: "/{orgId}/settings/access/users"
|
href: "/{orgId}/settings/access/users",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "Invitations",
|
||||||
|
href: "/{orgId}/settings/access/invitations"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Roles",
|
title: "Roles",
|
||||||
|
|||||||
Reference in New Issue
Block a user