@csmart/ngc-smart-victim 1.14.3 → 1.14.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1631,6 +1631,7 @@ class SmartVictimDetailComponent {
1631
1631
  victimWeaponUse.modifiedBy = this.staffId;
1632
1632
  this.victimDetail.victimWeaponUses.push(victimWeaponUse);
1633
1633
  });
1634
+ console.log('package has been updated');
1634
1635
  console.log('this.victimDetail before emit');
1635
1636
  console.log(this.victimDetail);
1636
1637
  this.victimService.putVictims(this.victimDetail.victimId, this.victimDetail).subscribe((items) => {