master-control 0.4.7 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4291,6 +4291,9 @@ class MedialQuestionsComponent {
4291
4291
  this.medialQuestionResponse()['questionsResponse'][0]['questionList'] = this.medialQuestionResponse()['questionsResponse'][0]['questionList'].concat(this.medicalSubQuestionsResponse);
4292
4292
  this.mapAnswersForOpenQuote();
4293
4293
  }
4294
+ else {
4295
+ this.mapAnswersForOpenQuote();
4296
+ }
4294
4297
  }, (err) => {
4295
4298
  this.mapAnswersForOpenQuote();
4296
4299
  });