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