Merge pull request #1322 from siiky/fix/lam-575/validate-blockcypher-wizard

fix: validate Blockcypher settings on initial wizard
This commit is contained in:
Rafael Taranto 2022-08-01 14:30:34 +01:00 committed by GitHub
commit 7ec341a5e6

View file

@ -96,7 +96,7 @@ const Blockcypher = ({ addData }) => {
value={accounts.blockcypher} value={accounts.blockcypher}
save={save} save={save}
elements={schema.blockcypher.elements} elements={schema.blockcypher.elements}
validationSchema={schema.blockcypher.validationSchema} validationSchema={schema.blockcypher.getValidationSchema}
buttonLabel={'Continue'} buttonLabel={'Continue'}
buttonClass={classes.formButton} buttonClass={classes.formButton}
/> />