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