diff --git a/app/javascript/dashboard/components/ui/Wizard.vue b/app/javascript/dashboard/components/ui/Wizard.vue index 709557b50..f8b7219dc 100644 --- a/app/javascript/dashboard/components/ui/Wizard.vue +++ b/app/javascript/dashboard/components/ui/Wizard.vue @@ -1,6 +1,7 @@ + - {{ index + 1 }} + {{ step.index + 1 }} + + + - {{ item.title }} + {{ step.title }} - {{ item.body }} + {{ step.body }}
- {{ item.body }} + {{ step.body }}