remove superfluous param
This commit is contained in:
parent
1f84372ccc
commit
d3e398984c
|
@ -43,7 +43,7 @@
|
|||
let validationErrors = {}
|
||||
let validationSchemas = [infoValidation, userValidation]
|
||||
|
||||
function buildStep(component, skippable) {
|
||||
function buildStep(component) {
|
||||
return {
|
||||
component,
|
||||
errors,
|
||||
|
|
Loading…
Reference in New Issue