forked from baron/baron-sso
코드체크 업데이트
This commit is contained in:
@@ -1032,12 +1032,11 @@ export function buildOrgSelectionOptions(
|
||||
(familyRoot?.children ?? []).filter((node) =>
|
||||
["COMPANY_GROUP", "COMPANY", "ORGANIZATION"].includes(node.type),
|
||||
),
|
||||
)
|
||||
.map((node) => ({
|
||||
descendants: collectOrgSelectionDescendants(node, 2),
|
||||
id: node.id,
|
||||
label: node.name,
|
||||
}));
|
||||
).map((node) => ({
|
||||
descendants: collectOrgSelectionDescendants(node, 2),
|
||||
id: node.id,
|
||||
label: node.name,
|
||||
}));
|
||||
}
|
||||
|
||||
function getOrgSelectionLabel(
|
||||
|
||||
Reference in New Issue
Block a user