mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: customer.
This commit is contained in:
@@ -126,7 +126,7 @@ function CustomerForm({
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (customer && customer.id) {
|
if (customer && customer.id) {
|
||||||
editCustomerMutate(customer.id, formValues)
|
editCustomerMutate([customer.id, formValues])
|
||||||
.then(onSuccess)
|
.then(onSuccess)
|
||||||
.catch(onError);
|
.catch(onError);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user