mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix(vendor & customer): floting action.
This commit is contained in:
@@ -84,7 +84,7 @@ function CustomerForm({
|
||||
() => ({
|
||||
...defaultInitialValues,
|
||||
currency_code: baseCurrency,
|
||||
...transformToForm(customer || contactDuplicate, defaultInitialValues),
|
||||
...transformToForm(contactDuplicate || customer, defaultInitialValues),
|
||||
}),
|
||||
[customer, contactDuplicate, baseCurrency],
|
||||
);
|
||||
|
||||
@@ -57,7 +57,6 @@ function CustomerFormProvider({ customerId, ...props }) {
|
||||
return (
|
||||
<DashboardInsider
|
||||
loading={
|
||||
isCustomerLoading ||
|
||||
isCustomerLoading ||
|
||||
isCurrenciesLoading ||
|
||||
isContactLoading
|
||||
|
||||
Reference in New Issue
Block a user