fix: validate Blockcypher settings on initial wizard

This commit is contained in:
André Sá 2022-07-28 12:44:09 +01:00
parent 7641af87b3
commit 8674679967

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}
/> />