mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: edit payment Receive path
This commit is contained in:
@@ -87,7 +87,7 @@ function PaymentReceiveList({
|
||||
}, [deletePaymentReceive, requestDeletePaymentReceive, formatMessage]);
|
||||
|
||||
const handleEditPaymentReceive = useCallback((payment) => {
|
||||
history.push(`/payment-receive/${payment.id}/edit`);
|
||||
history.push(`/payment-receives/${payment.id}/edit`);
|
||||
});
|
||||
|
||||
// Calculates the selected rows count.
|
||||
|
||||
Reference in New Issue
Block a user