master-control 0.3.95 → 0.3.96
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.
|
@@ -3703,6 +3703,7 @@ class MedialQuestionsComponent {
|
|
|
3703
3703
|
if (((changes['defaultValues']) && !this.checkIfValueIsEmpty(changes['defaultValues'].currentValue))) {
|
|
3704
3704
|
if (typeof this.defaultValues() === 'object') {
|
|
3705
3705
|
this.personUwAnswers = { ...this.personUwAnswers, ...this.defaultValues() };
|
|
3706
|
+
this.removeSubQuestionValues();
|
|
3706
3707
|
}
|
|
3707
3708
|
}
|
|
3708
3709
|
}
|