sidebar candidate info not loading even after service is up

This commit is contained in:
2024-05-02 00:27:52 +05:30
parent 26e7bd5d44
commit 3e80780fce
3 changed files with 8 additions and 0 deletions
@@ -16,6 +16,9 @@ export class ContactSidebarComponent extends BaseComponent<ISideBar> implements
}
ngOnInit(): void {
this.svc.getCandidateInfoSubject.subscribe(() => {
this.getCandidateAndSocialLinks();
});
this.getCandidateAndSocialLinks();
}