This commit is contained in:
Pete Matsyburka
2024-05-23 12:45:01 +03:00
parent 1405fefc85
commit ac1d973605
+1 -1
View File
@@ -779,7 +779,7 @@ export default {
this.isFormVisible = value
},
currentStepFields (value) {
if (isEmpty(value)) {
if (isEmpty(value) && this.currentStep > 0) {
this.currentStep -= 1
}
}