Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ahmed Bouhuolia
2020-11-11 18:20:13 +02:00
9 changed files with 196 additions and 128 deletions

View File

@@ -37,7 +37,7 @@ function ItemFormBody({ accountsList }) {
<T id={'i_sell_this_item'} />
</h3>
}
defaultChecked={value}
checked={value}
{...field}
/>
</FormGroup>
@@ -59,7 +59,7 @@ function ItemFormBody({ accountsList }) {
prefix={'$'}
inputGroupProps={{
medium: true,
// intent: error && touched/ && Intent.DANGER,
...field,
}}
disabled={!form.values.sellable}
onChange={field.onChange}
@@ -132,9 +132,9 @@ function ItemFormBody({ accountsList }) {
prefix={'$'}
inputGroupProps={{
medium: true,
...field,
}}
disabled={!form.values.purchasable}
{...field}
/>
</FormGroup>
)}