master-control 0.4.63 → 0.4.64

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.
@@ -4194,7 +4194,7 @@ class MedialQuestionsComponent {
4194
4194
  }
4195
4195
  preparePersonUwQuestionsObj() {
4196
4196
  this.questionList = [];
4197
- let data = this.medialQuestionResponse();
4197
+ let data = JSON.stringify(JSON.parse(this.medialQuestionResponse()));
4198
4198
  this.listOfDomainValuesForCheckBox = [];
4199
4199
  let isDisable = false;
4200
4200
  if (!this.checkIfValueIsEmpty(sessionStorage.getItem('isDisableMedicalQuestions'))) {