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