fix: do not show billing menu in ent

This commit is contained in:
jialin
2026-06-16 18:35:19 +08:00
committed by jialin
parent 7d36c6ac4a
commit e160b64697
7 changed files with 10 additions and 8 deletions
+1
View File
@@ -346,6 +346,7 @@ const baseRoutes = [
icon: 'icon-billing-outlined',
selectedIcon: 'icon-billing-filled',
defaultIcon: 'icon-billing-outlined',
hideInMenu: process.env.ENABLE_ENTERPRISE === 'true',
// OSS exposes the menu as a teaser for the enterprise billing
// module. The page itself just renders an upsell notice — the real
// billing UI lives in the enterprise plugin and shadows this route