mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-13 01:24:44 -05:00
Update invoice-form.tsx
This commit is contained in:
@@ -214,7 +214,7 @@ export default function InvoiceForm({ invoiceId }: InvoiceFormProps) {
|
||||
],
|
||||
}));
|
||||
}
|
||||
}, [formData.defaultHourlyRate]);
|
||||
}, [formData.defaultHourlyRate, formData.items]);
|
||||
|
||||
// Update default hourly rate when client changes
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user