Merge pull request #1322 from siiky/fix/lam-575/validate-blockcypher-wizard
fix: validate Blockcypher settings on initial wizard
This commit is contained in:
commit
7ec341a5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ const Blockcypher = ({ addData }) => {
|
|||
value={accounts.blockcypher}
|
||||
save={save}
|
||||
elements={schema.blockcypher.elements}
|
||||
validationSchema={schema.blockcypher.validationSchema}
|
||||
validationSchema={schema.blockcypher.getValidationSchema}
|
||||
buttonLabel={'Continue'}
|
||||
buttonClass={classes.formButton}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue