diff --git a/src/app/health/health-update.component.html b/src/app/health/health-update.component.html index 060e438100..713b5586a4 100644 --- a/src/app/health/health-update.component.html +++ b/src/app/health/health-update.component.html @@ -63,10 +63,10 @@ - + - + diff --git a/src/app/health/health-update.component.ts b/src/app/health/health-update.component.ts index 04e0e9580c..19d535264b 100644 --- a/src/app/health/health-update.component.ts +++ b/src/app/health/health-update.component.ts @@ -65,8 +65,8 @@ export class HealthUpdateComponent implements OnInit { emergencyContactType: '', emergencyContact: '', specialNeeds: '', - notes: '', - allergies: '' + allergies: '', + notes: '' }); this.healthForm.controls.emergencyContactType.valueChanges.subscribe(value => { this.healthForm.controls.emergencyContact.setValidators(value === 'email' ? Validators.email : null);