Skip to content

Commit

Permalink
fix/batch-of-fixes-2-feb
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Feb 3, 2024
1 parent 426520c commit a4435bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/core/register2/register2.form-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export function Register2FormAdapterMixin<T extends Constructor<any>>(base: T) {
month: startDateGroup.startDateMonth,
year: startDateGroup.startDateYear,
},
sourceId: { value: value.sourceId },
city: { value: value.city },
region: { value: value.region },
country: { value: value.country },
Expand Down
4 changes: 2 additions & 2 deletions src/app/register2/pages/register/register2.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(selectionChange)="selectionChange($event)"
role="tablist"
>
<!-- <mat-step [stepControl]="FormGroupStepA">
<mat-step [stepControl]="FormGroupStepA">
<ng-template matStepLabel i18n="@@register.personalData"
>Personal data</ng-template
>
Expand All @@ -30,7 +30,7 @@
[personalData]="personalData"
[reactivation]="reactivation"
></app-step-b>
</mat-step> -->
</mat-step>
<mat-step
[stepControl]="FormGroupStepC2"
[optional]="formGroupStepC2Optional"
Expand Down

0 comments on commit a4435bc

Please sign in to comment.