@csmart/ngc-smart-victim 1.14.40 → 1.14.42

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