Skip to content

Commit

Permalink
correct default
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Feb 1, 2021
1 parent 12d1080 commit 099b350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
});
},
isWizardSelected() {
return this.form === forms["5 Sicherheitsregeln (Wizard)"];
return this.form === forms["Showcase"];
}
},
data() {
Expand Down

0 comments on commit 099b350

Please sign in to comment.