Skip to content

Commit

Permalink
core: frontned: src: components: wizard: Add missing 'started' property
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Feb 26, 2024
1 parent 589f39a commit fd8f83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/frontend/src/components/wizard/Wizard.vue
Expand Up @@ -534,6 +534,7 @@ export default Vue.extend({
message: undefined,
done: false,
skip: false,
started: false,
},
]
},
Expand Down

0 comments on commit fd8f83e

Please sign in to comment.