Преглед изворни кода

:construction: Fixed incorrect implementation of splash page check

tabs-content
tomit4 пре 3 година
родитељ
комит
db9d0f3203
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      frontend/src/views/OnboardingView.vue

+ 1
- 1
frontend/src/views/OnboardingView.vue Прегледај датотеку

@@ -61,7 +61,7 @@ export default {
61 61
         },
62 62
         updateAnswers(payload) {
63 63
             // null payload is passed on splash page
64
-            if (this.currentStep !== 0) {
64
+            if (payload) {
65 65
                 console.log('this.survey >>', this.survey)
66 66
                 const k = payload.question.survey_stage
67 67
                 this.answered[k] = payload.input

Loading…
Откажи
Сачувај