@csmart/ngc-smart-victim 1.14.40 → 1.14.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -1091,11 +1091,12 @@ class SmartVictimDetailComponent {
1091
1091
  this.snackBar.open('Delete Successfully! Please refresh this page.', '', {
1092
1092
  duration: 3000,
1093
1093
  });
1094
- window.location.reload();
1095
1094
  });
1096
- //this.onSave.emit(this.victimDetail);
1095
+ // this.onSave.emit(this.victimDetail);
1097
1096
  // this.router.navigate(['victim']);
1098
- //window.location.reload();
1097
+ setTimeout(() => {
1098
+ window.location.reload();
1099
+ }, 3000);
1099
1100
  }
1100
1101
  });
1101
1102
  }