From 150f8fe30d2e64d093ef8713c702758a2d65d926 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 17:54:37 +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 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" },