diff --git a/adminfront/src/features/tenants/components/ParentTenantSelector.tsx b/adminfront/src/features/tenants/components/ParentTenantSelector.tsx index a8cc3199..4f73f0ed 100644 --- a/adminfront/src/features/tenants/components/ParentTenantSelector.tsx +++ b/adminfront/src/features/tenants/components/ParentTenantSelector.tsx @@ -7,6 +7,7 @@ import { DialogContent, DialogDescription, DialogHeader, + DialogTrigger, DialogTitle, } from "../../../components/ui/dialog"; import { Label } from "../../../components/ui/label"; @@ -87,27 +88,100 @@ export function ParentTenantSelector({
- + + + + + + + + {t("ui.admin.tenants.parent.pick_tenant", "테넌트 선택")} + + + {t( + "msg.admin.tenants.parent.picker_description", + "org-chart에서 테넌트를 선택하면 상위 테넌트에 반영됩니다.", + )} + + +