Skip to content
Snippets Groups Projects
Commit 20b9ea74 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(wizard): add validations on presubmission checklist

parent 654363c4
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ export default {
fieldId: 'declarations',
renderComponent: CheckboxGroup,
options: declarations.options,
// validate: [required, declarationsMinSize],
validate: [required, declarationsMinSize],
},
],
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment