@csmart/ngc-smart-victim 1.14.17 → 1.14.18
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 -1
- package/fesm2015/csmart-ngc-smart-victim.mjs +1 -0
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +1 -0
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
@@ -1001,6 +1001,7 @@ class SmartVictimDetailComponent {
|
|
1001
1001
|
//required field end
|
1002
1002
|
if (this.victimDetail != null) {
|
1003
1003
|
// edit record
|
1004
|
+
this.homePhoneControl.setValue(this.victimDetail.homePhone);
|
1004
1005
|
this.editMode = true;
|
1005
1006
|
this.showDelete = true;
|
1006
1007
|
this.victimId = this.victimDetail.victimId;
|