fix condition last field error

This commit is contained in:
Pete Matsyburka
2024-04-20 17:23:28 +03:00
parent e9c1242b8d
commit 75c929639d
+5
View File
@@ -731,6 +731,11 @@ export default {
watch: {
expand (value) {
this.isFormVisible = value
},
currentStepFields (value) {
if (!value) {
this.currentStep -= 1
}
}
},
mounted () {