mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10: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],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user