@@ -9,6 +9,7 @@ import {
|
||||
Send,
|
||||
Settings,
|
||||
Building,
|
||||
FileText,
|
||||
} from "lucide-react";
|
||||
import {
|
||||
graphql,
|
||||
@@ -64,6 +65,13 @@ function getNavItems(organizationId?: string) {
|
||||
]
|
||||
: [],
|
||||
},
|
||||
{
|
||||
title: "Policies",
|
||||
url: organizationId
|
||||
? `/organizations/${organizationId}/policies`
|
||||
: undefined,
|
||||
icon: FileText,
|
||||
},
|
||||
{
|
||||
title: "Settings",
|
||||
url: organizationId
|
||||
|
||||
Reference in New Issue
Block a user