@csmart/ngc-smart-victim 1.14.38 → 1.14.39

Sign up to get free protection for your applications and to get access to all the features.
@@ -1093,7 +1093,8 @@ class SmartVictimDetailComponent {
1093
1093
  });
1094
1094
  });
1095
1095
  this.onSave.emit(this.victimDetail);
1096
- this.router.navigate(['victim']);
1096
+ // this.router.navigate(['victim']);
1097
+ window.location.reload();
1097
1098
  }
1098
1099
  });
1099
1100
  }