This commit is contained in:
CHIEFSOFT\ameye
2023-12-18 09:33:24 -05:00
parent 352efe55ae
commit 7c84fa594d
2 changed files with 3 additions and 3 deletions
@@ -17,7 +17,9 @@ export class SuggestedlistComponent implements OnInit {
private router: Router,
public familyDataService:FamilyDataService
) {
addEventListener('family_refresh_after_suggest', () => {
this.familyDataService.getFamilySuggestList();
this.getFamilySuggestList();
});