master-control 0.3.94 → 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
  }
@@ -7093,7 +7094,7 @@ class AnnuityPremiumCalculatorComponent {
7093
7094
  this.onAnnuityPremiumChange.emit(value);
7094
7095
  }
7095
7096
  onMinPremiumValueChange(value) {
7096
- this.minimumAnnuityPayoutObj = value;
7097
+ this.minumumAnnuityPayout = value;
7097
7098
  this.onMinimumPremiumValueChange.emit(value);
7098
7099
  }
7099
7100
  onEnableAutoDebitValueChange(event) {