mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: textProp currencies in setupOrgainization.
This commit is contained in:
@@ -99,7 +99,7 @@ export default function SetupOrganizationForm({ isSubmitting, values }) {
|
||||
setFieldValue('baseCurrency', item.code);
|
||||
}}
|
||||
selectedItemProp={'code'}
|
||||
textProp={'label'}
|
||||
textProp={'name'}
|
||||
defaultText={<T id={'select_base_currency'} />}
|
||||
selectedItem={value}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user