mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user