Merge branch 'dillon/74-admin-workflow' into vapor/development

This commit is contained in:
Dillon Ngo
2025-01-11 06:11:46 +08:00
@@ -472,8 +472,10 @@
if(this.question.is_previous && this.question.answer){
this.externalApiResponse = { data: JSON.parse(this.question.answer.question_metadata) };
this.answer = this.question.answer.answer;
this.answerId = this.question.answer.answer_option_id;
if(this.question.question_type !== 7){
this.answer = this.question.answer.answer;
this.answerId = this.question.answer.answer_option_id;
}
}
else {
if(this.question && this.question.url){