diff --git a/src/components/contacts/contact-form-dialog.tsx b/src/components/contacts/contact-form-dialog.tsx index 2a177db..2fb28eb 100644 --- a/src/components/contacts/contact-form-dialog.tsx +++ b/src/components/contacts/contact-form-dialog.tsx @@ -12,6 +12,8 @@ import { Loader2 } from "lucide-react"; export const CONTACT_TYPES = [ { value: "client", label: "Client" }, + { value: "homeowner", label: "Homeowner" }, + { value: "tenant", label: "Tenant" }, { value: "staff", label: "Staff" }, { value: "opposing_counsel", label: "Opposing counsel" }, { value: "co_counsel", label: "Co-counsel" },