mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 15:50:32 +00:00
fix(webapp): vendor form fastField of opening balance field
This commit is contained in:
@@ -109,7 +109,7 @@ function VendorOpeningBalanceField() {
|
|||||||
inline={true}
|
inline={true}
|
||||||
shouldUpdate={openingBalanceFieldShouldUpdate}
|
shouldUpdate={openingBalanceFieldShouldUpdate}
|
||||||
shouldUpdateDeps={{ currencyCode: values.currency_code }}
|
shouldUpdateDeps={{ currencyCode: values.currency_code }}
|
||||||
FastField={true}
|
fastField={true}
|
||||||
>
|
>
|
||||||
<ControlGroup>
|
<ControlGroup>
|
||||||
<InputPrependText text={values.currency_code} />
|
<InputPrependText text={values.currency_code} />
|
||||||
|
|||||||
Reference in New Issue
Block a user