@csmart/ngc-smart-victim 1.14.38 → 1.14.40

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