From f8186b2e480312be16dd4dece632d85f29f7b1be Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:53:30 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/contacts/contact-form-dialog.tsx | 2 ++ 1 file changed, 2 insertions(+) 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" },