Parcourir la source

:bug: Fixed bug preventing getting started

tags/0.0.3^2
tomit4 il y a 3 ans
Parent
révision
e1f89b1a35
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      frontend/src/components/onboarding/Splash.vue

+ 1
- 1
frontend/src/components/onboarding/Splash.vue Voir le fichier

@@ -8,7 +8,7 @@ w-flex.column
8 8
     w-button.ma1.grow.next-btn(
9 9
         :height='50'
10 10
         :width='315'
11
-        @click='this.$emit("go-to-step", currentStep + 1)'
11
+        @click='handleSubmit'
12 12
         bg-color='success'
13 13
         shadow
14 14
         text

Chargement…
Annuler
Enregistrer