Make sure the disableEnterpriseFeatures works

This commit is contained in:
Owen
2026-06-04 17:57:21 -07:00
parent b67037e2ea
commit 6b96e3dce6
3 changed files with 27 additions and 58 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ export const orgNavSections = (
}
]
},
...(build !== "oss"
...(build === "oss" && !env?.flags.disableEnterpriseFeatures
? [
{
title: "sidebarPolicies",