@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.
@@ -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) => {