@csmart/ngc-smart-victim 1.14.26 → 1.14.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -1081,7 +1081,7 @@ class SmartVictimDetailComponent {
1081
1081
  });
1082
1082
  }
1083
1083
  back() {
1084
- //this.onSave.emit(this.victimDetail);
1084
+ this.onSave.emit(this.victimDetail);
1085
1085
  this.router.navigate(['victimList']);
1086
1086
  }
1087
1087
  deleteVictim() {
@@ -1971,6 +1971,7 @@ class NgcSmartVictimComponent {
1971
1971
  }
1972
1972
  }
1973
1973
  }
1974
+ // phone number format on the victim list
1974
1975
  formatPhoneNumber(phoneNumberString) {
1975
1976
  if (!phoneNumberString)
1976
1977
  return "";