From 4c5316e58b355e3a52378ab852454389047838a9 Mon Sep 17 00:00:00 2001 From: vishnubansal Date: Sun, 7 Jul 2024 20:36:43 +0530 Subject: [PATCH] update for cross icon issue for mdo approval request --- src/app/home/home/home.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {