diff --git a/apps/console/src/pages/iam/organizations/people/_components/AddPersonDialog.tsx b/apps/console/src/pages/iam/organizations/people/_components/AddPersonDialog.tsx index 57811b731..189a35a71 100644 --- a/apps/console/src/pages/iam/organizations/people/_components/AddPersonDialog.tsx +++ b/apps/console/src/pages/iam/organizations/people/_components/AddPersonDialog.tsx @@ -13,7 +13,7 @@ // PERFORMANCE OF THIS SOFTWARE. import { useTranslate } from "@probo/i18n"; -import { Dialog, useDialogRef } from "@probo/ui"; +import { Dialog, DialogContent, useDialogRef } from "@probo/ui"; import { type PropsWithChildren } from "react"; import type { DataID } from "relay-runtime"; @@ -33,9 +33,9 @@ export function AddPersonDialog(props: PropsWithChildren<{ className="max-w-xl" ref={dialogRef} > -