1
0
forked from baron/baron-sso

테넌트 CSV 조직 설정 동기화 보완

This commit is contained in:
2026-05-12 18:02:55 +09:00
parent d4c48da426
commit e8a4d7544f
9 changed files with 252 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ import {
} from "../utils/tenantCsvImport";
const tenantCSVTemplate =
"name,type,parent_tenant_slug,slug,memo,email_domain\n";
"name,type,parent_tenant_slug,slug,memo,email_domain,visibility,org_unit_type\n";
type SortConfig = {
key: keyof TenantSummary | "recursiveMemberCount";