mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
Fix: Empty Status PaymentMade.
This commit is contained in:
@@ -87,7 +87,7 @@ function PaymentMadeList({
|
||||
}, [deletePaymentMade, requestDeletePaymentMade, formatMessage]);
|
||||
|
||||
const handleEditPaymentMade = useCallback((payment) => {
|
||||
history.push(`/payment-made/${payment.id}/edit`);
|
||||
history.push(`/payment-mades/${payment.id}/edit`);
|
||||
});
|
||||
|
||||
// Calculates the selected rows count.
|
||||
|
||||
@@ -21,7 +21,7 @@ export default function PaymentMadesEmptyStatus() {
|
||||
intent={Intent.PRIMARY}
|
||||
large={true}
|
||||
onClick={() => {
|
||||
history.push('/payment-made/new');
|
||||
history.push('/payment-mades/new');
|
||||
}}
|
||||
>
|
||||
New bill payment
|
||||
|
||||
Reference in New Issue
Block a user