forked from baron/baron-sso
Fix org chart manager ordering and title wrapping
This commit is contained in:
@@ -348,7 +348,7 @@ export function buildAuthenticatedOrgChartUserMultiPickerUrl(baseUrl?: string) {
|
||||
|
||||
export function buildAuthenticatedOrgChartUrl(
|
||||
baseUrl?: string,
|
||||
options: OrgChartLoginOptions = { includeInternal: true },
|
||||
options: OrgChartLoginOptions = { includeInternal: false },
|
||||
) {
|
||||
const normalizedBase =
|
||||
baseUrl?.trim().replace(/\/+$/, "") || DEFAULT_ORGFRONT_BASE_URL;
|
||||
|
||||
Reference in New Issue
Block a user