Add removed validator
This commit is contained in:
parent
aa95f76193
commit
781c5e3ed0
|
@ -101,6 +101,7 @@ class RequestPayment extends React.Component<Props, {}> {
|
||||||
<AmountField
|
<AmountField
|
||||||
hasUnitDropdown={true}
|
hasUnitDropdown={true}
|
||||||
showAllTokens={true}
|
showAllTokens={true}
|
||||||
|
customValidator={isValidAmount(decimal)}
|
||||||
showInvalidWithoutValue={true}
|
showInvalidWithoutValue={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue