iptdevs-design-system 3.1.172 → 3.1.173

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.
@@ -3149,9 +3149,9 @@ class CodFormStepOneComponent extends CodFormSteps {
3149
3149
  }
3150
3150
  setDataFromUserHistory() {
3151
3151
  this.codFormStepOne.controls['academic_plan'].setValue(this.initialData.course_type.academic_plan.code);
3152
- this.codFormStepOne.controls['course_type'].setValue(this.initialData.agreement);
3152
+ this.codFormStepOne.controls['course_type'].setValue(this.initialData.agreement.code);
3153
3153
  this.codFormStepOne.controls['agreement_by_category'].setValue(this.initialData.course_type.code);
3154
- this.codFormStepOne.controls['english_level'].setValue(this.initialData.english_level);
3154
+ this.codFormStepOne.controls['english_level'].setValue(this.initialData.english_level.code);
3155
3155
  this.codFormStepOne.controls['availible_courses'].setValue(this.initialData.code);
3156
3156
  }
3157
3157
  startLocalStorageWork() {