mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 15:50:32 +00:00
Merge branch 'feature/react-query' of https://github.com/abouolia/Ratteb into feature/react-query
This commit is contained in:
@@ -99,7 +99,7 @@ export default function SetupOrganizationForm({ isSubmitting, values }) {
|
|||||||
setFieldValue('baseCurrency', item.code);
|
setFieldValue('baseCurrency', item.code);
|
||||||
}}
|
}}
|
||||||
selectedItemProp={'code'}
|
selectedItemProp={'code'}
|
||||||
textProp={'label'}
|
textProp={'name'}
|
||||||
defaultText={<T id={'select_base_currency'} />}
|
defaultText={<T id={'select_base_currency'} />}
|
||||||
selectedItem={value}
|
selectedItem={value}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user