@csmart/ngc-smart-victim 1.14.41 → 1.14.42

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.
@@ -1092,11 +1092,11 @@ class SmartVictimDetailComponent {
1092
1092
  duration: 3000,
1093
1093
  });
1094
1094
  });
1095
- this.onSave.emit(this.victimDetail);
1095
+ // this.onSave.emit(this.victimDetail);
1096
1096
  // this.router.navigate(['victim']);
1097
1097
  setTimeout(() => {
1098
1098
  window.location.reload();
1099
- }, 7500);
1099
+ }, 3000);
1100
1100
  }
1101
1101
  });
1102
1102
  }