@csmart/ngc-smart-victim 1.14.36 → 1.14.37
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 +2 -2
- package/fesm2015/csmart-ngc-smart-victim.mjs +1 -1
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
@@ -1092,7 +1092,7 @@ class SmartVictimDetailComponent {
|
|
1092
1092
|
if (this.result) {
|
1093
1093
|
this.victimService.deleteVictims(this.victimDetail.victimId, this.staffId)
|
1094
1094
|
.subscribe(result => {
|
1095
|
-
this.snackBar.open('Delete Successfully!', '', {
|
1095
|
+
this.snackBar.open('Delete Successfully! Please refresh this page.', '', {
|
1096
1096
|
duration: 3000,
|
1097
1097
|
});
|
1098
1098
|
});
|