Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:57:16 +00:00
co-authored by renee-png
parent 3375fc8bbe
commit cba64ddd0f
@@ -95,6 +95,7 @@ export function ClientFormDialog({
}, [open, client, form]);
const clientType = form.watch("client_type");
const isAssociation = clientType === "hoa" || clientType === "condo";
const board = form.watch("board_members");
const addBoardMember = () => {