Add removed validator

This commit is contained in:
Connor Bryan 2018-06-25 18:43:01 -05:00
parent aa95f76193
commit 781c5e3ed0
1 changed files with 1 additions and 0 deletions

View File

@ -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>