diff --git a/src/app/home/home/home.component.ts b/src/app/home/home/home.component.ts index 0db7483d4..9d4a4f3c2 100644 --- a/src/app/home/home/home.component.ts +++ b/src/app/home/home/home.component.ts @@ -439,7 +439,7 @@ export class HomeComponent implements OnInit, AfterViewInit { } this.userProfileService.editProfileDetails(reqUpdates).subscribe((res: any) => { if (res) { - + this.isMDOMsgOpen = true } }, (error: HttpErrorResponse) => { if (!error.ok) {