@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.
@@ -1097,7 +1097,8 @@ class SmartVictimDetailComponent {
1097
1097
  });
1098
1098
  });
1099
1099
  this.onSave.emit(this.victimDetail);
1100
- this.router.navigate(['victim']);
1100
+ // this.router.navigate(['victim']);
1101
+ window.location.reload();
1101
1102
  }
1102
1103
  });
1103
1104
  }