feat(ExchangeRateInput): depend on currency code instead of country code.

This commit is contained in:
a.bouhuolia
2022-03-19 23:11:30 +02:00
parent 8e7955bc7e
commit e6d7d6aa1c
5 changed files with 8 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ import {
Checkbox,
RadioGroup,
Switch,
EditableText,
} from '@blueprintjs-formik/core';
import { Select, MultiSelect } from '@blueprintjs-formik/select';
@@ -17,4 +18,5 @@ export {
Switch as FSwitch,
Select as FSelect,
MultiSelect as FMultiSelect,
EditableText as FEditableText,
};