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,7 +98,7 @@ export default function VendorFinanicalPanelTab() {
onCurrencySelected={(currency) => {
form.setFieldValue('currency_code', currency.currency_code);
}}
disabled={vendorId}
disabled={true}
/>
</FormGroup>
)}