@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
@@ -1005,6 +1005,7 @@ class SmartVictimDetailComponent {
|
|
1005
1005
|
//required field end
|
1006
1006
|
if (this.victimDetail != null) {
|
1007
1007
|
// edit record
|
1008
|
+
this.homePhoneControl.setValue(this.victimDetail.homePhone);
|
1008
1009
|
this.editMode = true;
|
1009
1010
|
this.showDelete = true;
|
1010
1011
|
this.victimId = this.victimDetail.victimId;
|