@csmart/ngc-smart-victim 1.14.37 → 1.14.39
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +3 -2
- package/fesm2015/csmart-ngc-smart-victim.mjs +2 -1
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +2 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
@@ -1092,8 +1092,9 @@ class SmartVictimDetailComponent {
|
|
1092
1092
|
duration: 3000,
|
1093
1093
|
});
|
1094
1094
|
});
|
1095
|
-
// this.router.navigate(['victim']);
|
1096
1095
|
this.onSave.emit(this.victimDetail);
|
1096
|
+
// this.router.navigate(['victim']);
|
1097
|
+
window.location.reload();
|
1097
1098
|
}
|
1098
1099
|
});
|
1099
1100
|
}
|