mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-15 10:34:43 -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
|
// Update default hourly rate when client changes
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user