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