feat: disable change currency in all services temp.

This commit is contained in:
a.bouhuolia
2021-04-06 19:10:03 +02:00
parent a753ee5d1a
commit d4174bff16
4 changed files with 4 additions and 2 deletions

View File

@@ -98,6 +98,7 @@ export default function ExpenseFormHeader() {
form.setFieldValue('currency_code', currencyItem.currency_code);
}}
defaultSelectText={value}
disabled={true}
/>
</FormGroup>
)}