mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-24 02:09:06 +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: '',
|
||||
}}
|
||||
validate={values => {
|
||||
const activeStep = stepperProgress(values, projectData, submissionState)
|
||||
if (!activeStep) return
|
||||
return schema.validate(values)
|
||||
.catch(function(err) {
|
||||
let errors = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user