From 867467996715ad9c1b82343e59bcf5eadb54fe1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20S=C3=A1?= Date: Thu, 28 Jul 2022 12:44:09 +0100 Subject: [PATCH] fix: validate Blockcypher settings on initial wizard --- .../src/pages/Wizard/components/Wallet/Blockcypher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/pages/Wizard/components/Wallet/Blockcypher.js b/new-lamassu-admin/src/pages/Wizard/components/Wallet/Blockcypher.js index 1a334622..16cf8fa9 100644 --- a/new-lamassu-admin/src/pages/Wizard/components/Wallet/Blockcypher.js +++ b/new-lamassu-admin/src/pages/Wizard/components/Wallet/Blockcypher.js @@ -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} />