@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.
@@ -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;