update default wizard step to first

This commit is contained in:
Mohit Panjwani
2019-11-16 14:11:24 +05:30
parent 6df6cf498b
commit cb2fc18d55

View File

@ -67,8 +67,8 @@ export default {
data () {
return {
loading: false,
tab: 'step_3',
step: 3
tab: 'step_1',
step: 1
}
},
created () {