updates & fixes for digital certs list & founders: remove 25% for first, fix auto certificate selection
This commit is contained in:
parent
a38b6a57c6
commit
0139fae6d0
@ -347,7 +347,7 @@ export default class DigitalCertificates extends React.Component
|
|||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
className="button button-blue"
|
className="button button-blue"
|
||||||
disabled={ certificate_selected !== null ? true : certificate_selected !== undefined ? false : true }
|
disabled={ certificate_selected !== null && certificate_selected !== undefined ? false : true }
|
||||||
onClick={ this._sign }
|
onClick={ this._sign }
|
||||||
style={{ minWidth: "250px" }}
|
style={{ minWidth: "250px" }}
|
||||||
>
|
>
|
||||||
|
|||||||
@ -359,7 +359,7 @@ class ShareholderForm extends React.Component
|
|||||||
) }
|
) }
|
||||||
|
|
||||||
<div className="form_field">
|
<div className="form_field">
|
||||||
<label>Доля в уставном капитале (%) <sup className="required_label">*</sup><small>не менее 25%</small></label>
|
<label>Доля в уставном капитале (%) <sup className="required_label">*</sup>{ index > 0 && (<small>не менее 25%</small>) }</label>
|
||||||
{/*}
|
{/*}
|
||||||
<InputMask
|
<InputMask
|
||||||
className={ errors.indexOf("founder_part") > -1 ? "error" : "" }
|
className={ errors.indexOf("founder_part") > -1 ? "error" : "" }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user