@@ -74,7 +74,7 @@ export class FamilyEdit implements OnInit {
gender: this.family.gender,
});
- this.patchMarriageRelationFields(this.family.id);
+ await this.patchMarriageRelationFields(this.family.id);
}