iptdevs-design-system 2.7.72 → 2.7.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.mjs +1 -3
- package/fesm2015/iptdevs-design-system.mjs +0 -2
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +0 -2
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2965,9 +2965,7 @@ class CodFormStepTwoComponent extends CodFormSteps {
|
|
|
2965
2965
|
// this.codFormStepTwo.controls['city'].setValue(this.initialData.student.city);
|
|
2966
2966
|
this.codFormStepTwo.controls['gender'].setValue(this.initialData.student.gender);
|
|
2967
2967
|
// this.codFormStepTwo.controls['grade'].setValue(this.adicinfoData.grade);
|
|
2968
|
-
console.log(this.adicinfoData.grade);
|
|
2969
2968
|
// this.codFormStepTwo.controls['student_occupation'].setValue(this.adicinfoData.occupation);
|
|
2970
|
-
console.log(this.adicinfoData.occupation);
|
|
2971
2969
|
this.codFormStepTwo.controls['nickname'].setValue(this.initialData.student.nick_name);
|
|
2972
2970
|
this.codFormStepTwo.controls['student_phone_indicative'].setValue(this.initialData.student.phone_indicative);
|
|
2973
2971
|
this.codFormStepTwo.controls['student_phone_number'].setValue(this.initialData.student.phone_number);
|