@csmart/ngc-smart-victim 1.14.3 → 1.14.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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) => {