mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 06:54:02 +00:00
Merge branch 'dillon/74-admin-workflow' into vapor/development
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user