diff --git a/src/components/contacts/contact-form-dialog.tsx b/src/components/contacts/contact-form-dialog.tsx index 3eed4be..2a177db 100644 --- a/src/components/contacts/contact-form-dialog.tsx +++ b/src/components/contacts/contact-form-dialog.tsx @@ -11,6 +11,8 @@ import { toast } from "sonner"; import { Loader2 } from "lucide-react"; export const CONTACT_TYPES = [ + { value: "client", label: "Client" }, + { value: "staff", label: "Staff" }, { value: "opposing_counsel", label: "Opposing counsel" }, { value: "co_counsel", label: "Co-counsel" }, { value: "expert", label: "Expert" },