From f87cc2f295eaaab40b4ec8053bb68365c2679e19 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 1 Aug 2025 03:39:23 -0400 Subject: [PATCH] Update defaultHourlyRate dependency array in InvoiceForm --- src/components/forms/invoice-form.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/forms/invoice-form.tsx b/src/components/forms/invoice-form.tsx index 01239fb..2c6561e 100644 --- a/src/components/forms/invoice-form.tsx +++ b/src/components/forms/invoice-form.tsx @@ -227,6 +227,7 @@ export default function InvoiceForm({ invoiceId }: InvoiceFormProps) { ], })); } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [formData.defaultHourlyRate]); // Update default hourly rate when client changes