forked from baron/baron-sso
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # adminfront/src/features/tenants/routes/TenantFineGrainedPermissionsPage.tsx # adminfront/tests/worksmobile.spec.ts
This commit is contained in:
@@ -582,6 +582,9 @@ export function parseOrgChartUserSelections(
|
||||
id: string;
|
||||
name: string;
|
||||
email?: string;
|
||||
rootTenantName?: string;
|
||||
leafTenantName?: string;
|
||||
tenantName?: string;
|
||||
} =>
|
||||
selection?.type === "user" &&
|
||||
typeof selection.id === "string" &&
|
||||
|
||||
Reference in New Issue
Block a user