feat: abstruct exchange rate input group component.

This commit is contained in:
a.bouhuolia
2022-02-14 15:22:07 +02:00
parent bd63e35489
commit 913245d202
8 changed files with 151 additions and 61 deletions

View File

@@ -110,7 +110,6 @@ export default function CustomerFinancialPanel() {
onCurrencySelected={(currency) => {
form.setFieldValue('currency_code', currency.currency_code);
}}
disabled={true}
/>
</FormGroup>
)}