fix: orgname not be shown in playground

This commit is contained in:
jialin
2026-05-29 13:35:22 +08:00
committed by jialin
parent faf0d4d605
commit 34098e8950
5 changed files with 29 additions and 5 deletions
-1
View File
@@ -4,7 +4,6 @@
export type AccessPredicates = {
canSeeAdmin: boolean;
canSeeOrgAdmin: boolean;
canSeeGpuService: boolean;
canManageCurrentOrg: boolean;
canSeeUser: boolean;
canDelete: boolean;