mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-24 10:18:48 +00:00
fix connect button
This commit is contained in:
parent
551f3108bc
commit
3609467d27
@ -100,6 +100,8 @@ const SubmissionSection = ({ classes, projectData, projectId, profileData, start
|
|||||||
amount: '',
|
amount: '',
|
||||||
}}
|
}}
|
||||||
validate={values => {
|
validate={values => {
|
||||||
|
const activeStep = stepperProgress(values, projectData, submissionState)
|
||||||
|
if (!activeStep) return
|
||||||
return schema.validate(values)
|
return schema.validate(values)
|
||||||
.catch(function(err) {
|
.catch(function(err) {
|
||||||
let errors = {}
|
let errors = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user