mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: baseCurrency in itemForm.
This commit is contained in:
@@ -183,7 +183,7 @@ export default compose(
|
||||
withAccounts(({ accountsList }) => ({
|
||||
accountsList,
|
||||
})),
|
||||
withSettings(({ organization }) => ({
|
||||
baseCurrency: 'USD',
|
||||
withSettings(({ organizationSettings }) => ({
|
||||
baseCurrency: organizationSettings?.baseCurrency,
|
||||
})),
|
||||
)(ItemFormBody);
|
||||
|
||||
Reference in New Issue
Block a user