fix for feature manager

This commit is contained in:
2026-04-02 20:03:13 -05:00
parent 1090aa056b
commit 69c01d605f

View File

@@ -607,6 +607,7 @@ async def api_config():
"role": role, "role": role,
"role_label": ROLE_LABELS.get(role, role), "role_label": ROLE_LABELS.get(role, role),
"category_order": CATEGORY_ORDER, "category_order": CATEGORY_ORDER,
"feature_manager": True,
} }