add child to user nav bar item

This commit is contained in:
miloschwartz
2025-04-13 18:30:14 -04:00
parent 8b0c30f19f
commit bacd5a4373

View File

@@ -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",