diff --git a/Client/src/app/components/missionary-form-page/missionary-form-page.component.html b/Client/src/app/components/missionary-form-page/missionary-form-page.component.html index 3e9f367..ba6a159 100644 --- a/Client/src/app/components/missionary-form-page/missionary-form-page.component.html +++ b/Client/src/app/components/missionary-form-page/missionary-form-page.component.html @@ -207,13 +207,13 @@ - + -
+
{{form.get('collegeRecomendations').errors?.minColleges}}
    -
  1. +
  2. Name diff --git a/Client/src/app/components/missionary-form-page/missionary-form-page.component.ts b/Client/src/app/components/missionary-form-page/missionary-form-page.component.ts index 40fab33..45ef713 100644 --- a/Client/src/app/components/missionary-form-page/missionary-form-page.component.ts +++ b/Client/src/app/components/missionary-form-page/missionary-form-page.component.ts @@ -65,7 +65,7 @@ export class MissionaryFormPageComponent implements OnInit { rateOfSuccess: ['', Validators.required], predestination: ['', Validators.required], fellowshipAssocation: ['', Validators.required], - collegeRecomendations: this.formBuilder.array([this.createCollegeRecommendation(),this.createCollegeRecommendation(),this.createCollegeRecommendation()], this.minCollegeValidator), + collegeRecommendations: this.formBuilder.array([this.createCollegeRecommendation(),this.createCollegeRecommendation(),this.createCollegeRecommendation()], this.minCollegeValidator), admittedWrong: ['', Validators.required], divorced: [undefined, Validators.required], groundsForRemarry: [undefined, Validators.required],