@csmart/ngc-smart-victim 1.14.40 → 1.14.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +5 -4
- package/fesm2015/csmart-ngc-smart-victim.mjs +4 -3
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +4 -3
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1091,11 +1091,12 @@ class SmartVictimDetailComponent {
|
|
|
1091
1091
|
this.snackBar.open('Delete Successfully! Please refresh this page.', '', {
|
|
1092
1092
|
duration: 3000,
|
|
1093
1093
|
});
|
|
1094
|
-
window.location.reload();
|
|
1095
1094
|
});
|
|
1096
|
-
//this.onSave.emit(this.victimDetail);
|
|
1095
|
+
// this.onSave.emit(this.victimDetail);
|
|
1097
1096
|
// this.router.navigate(['victim']);
|
|
1098
|
-
|
|
1097
|
+
setTimeout(() => {
|
|
1098
|
+
window.location.reload();
|
|
1099
|
+
}, 3000);
|
|
1099
1100
|
}
|
|
1100
1101
|
});
|
|
1101
1102
|
}
|