misc: enabled pam project type and created new helm version for gateway

This commit is contained in:
Sheen Capadngan
2025-10-07 00:47:38 +08:00
parent d30087a62a
commit dc25795d0a
3 changed files with 7 additions and 7 deletions

View File

@@ -80,11 +80,11 @@ const PROJECT_TYPE_MENU_ITEMS = [
{
label: "Secret Scanning",
value: ProjectType.SecretScanning
},
{
label: "PAM",
value: ProjectType.PAM
}
// {
// label: "PAM",
// value: ProjectType.PAM
// }
];
const NewProjectForm = ({ onOpenChange }: NewProjectFormProps) => {