pull/289/head
Pete Matsyburka 1 year ago
parent 1405fefc85
commit ac1d973605

@ -779,7 +779,7 @@ export default {
this.isFormVisible = value
},
currentStepFields (value) {
if (isEmpty(value)) {
if (isEmpty(value) && this.currentStep > 0) {
this.currentStep -= 1
}
}

Loading…
Cancel
Save