@csmart/ngc-smart-victim 1.14.39 → 1.14.41

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