@csmart/ngc-smart-victim 1.14.42 → 1.14.43

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,7 +1092,7 @@ class SmartVictimDetailComponent {
1092
1092
  if (this.result) {
1093
1093
  this.victimService.deleteVictims(this.victimDetail.victimId, this.staffId)
1094
1094
  .subscribe(result => {
1095
- this.snackBar.open('Delete Successfully! Please refresh this page.', '', {
1095
+ this.snackBar.open('Delete Successfully!', '', {
1096
1096
  duration: 3000,
1097
1097
  });
1098
1098
  });
@@ -1100,7 +1100,7 @@ class SmartVictimDetailComponent {
1100
1100
  // this.router.navigate(['victim']);
1101
1101
  setTimeout(() => {
1102
1102
  window.location.reload();
1103
- }, 3000);
1103
+ }, 1500);
1104
1104
  }
1105
1105
  });
1106
1106
  }