@csmart/ngc-smart-victim 1.14.17 → 1.14.18

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.
@@ -1005,6 +1005,7 @@ class SmartVictimDetailComponent {
1005
1005
  //required field end
1006
1006
  if (this.victimDetail != null) {
1007
1007
  // edit record
1008
+ this.homePhoneControl.setValue(this.victimDetail.homePhone);
1008
1009
  this.editMode = true;
1009
1010
  this.showDelete = true;
1010
1011
  this.victimId = this.victimDetail.victimId;