@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
|
@@ -1095,9 +1095,11 @@ class SmartVictimDetailComponent {
|
|
|
1095
1095
|
this.snackBar.open('Delete Successfully! Please refresh this page.', '', {
|
|
1096
1096
|
duration: 3000,
|
|
1097
1097
|
});
|
|
1098
|
+
window.location.reload();
|
|
1098
1099
|
});
|
|
1099
|
-
this.onSave.emit(this.victimDetail);
|
|
1100
|
-
this.router.navigate(['victim']);
|
|
1100
|
+
//this.onSave.emit(this.victimDetail);
|
|
1101
|
+
// this.router.navigate(['victim']);
|
|
1102
|
+
//window.location.reload();
|
|
1101
1103
|
}
|
|
1102
1104
|
});
|
|
1103
1105
|
}
|