@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.
@@ -1635,6 +1635,7 @@ class SmartVictimDetailComponent {
1635
1635
  victimWeaponUse.modifiedBy = this.staffId;
1636
1636
  this.victimDetail.victimWeaponUses.push(victimWeaponUse);
1637
1637
  });
1638
+ console.log('package has been updated');
1638
1639
  console.log('this.victimDetail before emit');
1639
1640
  console.log(this.victimDetail);
1640
1641
  this.victimService.putVictims(this.victimDetail.victimId, this.victimDetail).subscribe((items) => {