@csmart/ngc-smart-victim 1.13.8 → 1.13.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -973,7 +973,8 @@ class SmartVictimDetailComponent {
973
973
  }
974
974
  else {
975
975
  this.addressComponent.reset();
976
- this.addressId = 0;
976
+ this.editVictim.allowCsosaContactFlag = false;
977
+ this.addressId = null;
977
978
  }
978
979
  }
979
980
  onAddressChange(addressId) {