Skip to content

Commit

Permalink
Merge pull request #2297 from TimaQT/features/timaqt/EMBCESSMOD-5528
Browse files Browse the repository at this point in the history
EMBCESSMOD-5528 - Household Members & Pets page display incomplete icon
  • Loading branch information
ytqsl authored Jun 5, 2024
2 parents a8fb6fc + afa96c4 commit 7a890ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class HouseholdMembersComponent implements OnInit, OnDestroy {
this.householdForm.get('addMemberFormIndicator').setValue(false);
this.householdForm.get('addMemberIndicator').setValue(false);
this.householdForm.get('houseHoldMember').reset();

this.householdForm.get('houseHoldMember').get('dateOfBirth').setValue(null);
this.showMemberForm = false;
this.editFlag = false;

Expand Down

0 comments on commit 7a890ab

Please sign in to comment.