Add policies

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-04 12:09:22 +01:00
parent eda7044ab7
commit 312474354c
27 changed files with 4882 additions and 27 deletions

View File

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