@csmart/ngc-smart-victim 1.14.38 → 1.14.40
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 -3
- package/fesm2015/csmart-ngc-smart-victim.mjs +4 -2
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +4 -2
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1091,9 +1091,11 @@ class SmartVictimDetailComponent {
|
|
|
1091
1091
|
this.snackBar.open('Delete Successfully! Please refresh this page.', '', {
|
|
1092
1092
|
duration: 3000,
|
|
1093
1093
|
});
|
|
1094
|
+
window.location.reload();
|
|
1094
1095
|
});
|
|
1095
|
-
this.onSave.emit(this.victimDetail);
|
|
1096
|
-
this.router.navigate(['victim']);
|
|
1096
|
+
//this.onSave.emit(this.victimDetail);
|
|
1097
|
+
// this.router.navigate(['victim']);
|
|
1098
|
+
//window.location.reload();
|
|
1097
1099
|
}
|
|
1098
1100
|
});
|
|
1099
1101
|
}
|