fix condition last field error

pull/257/head
Pete Matsyburka 2 years ago
parent e9c1242b8d
commit 75c929639d

@ -731,6 +731,11 @@ export default {
watch: { watch: {
expand (value) { expand (value) {
this.isFormVisible = value this.isFormVisible = value
},
currentStepFields (value) {
if (!value) {
this.currentStep -= 1
}
} }
}, },
mounted () { mounted () {

Loading…
Cancel
Save