You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/FormWizard.vue
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -372,6 +372,7 @@
372
372
tabToActivate.active=true
373
373
this.maxStep=this.startIndex
374
374
this.tryChangeRoute(this.tabs[this.startIndex])
375
+
this.checkStep()
375
376
} else {
376
377
console.warn(`Prop startIndex set to ${this.startIndex} is greater than the number of tabs - ${this.tabs.length}. Make sure that the starting index is less than the number of tabs registered`)
0 commit comments