@csmart/ngc-smart-victim 1.14.17 → 1.14.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1001,6 +1001,7 @@ class SmartVictimDetailComponent {
1001
1001
  //required field end
1002
1002
  if (this.victimDetail != null) {
1003
1003
  // edit record
1004
+ this.homePhoneControl.setValue(this.victimDetail.homePhone);
1004
1005
  this.editMode = true;
1005
1006
  this.showDelete = true;
1006
1007
  this.victimId = this.victimDetail.victimId;