Skip to content

Commit

Permalink
Merge pull request #2277 from vishnubansaltarento/kb-5608-5609-fix
Browse files Browse the repository at this point in the history
update for cross icon issue for mdo approval request
  • Loading branch information
vishnubansaltarento authored Jul 7, 2024
2 parents f531378 + 4c5316e commit ff3a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ff3a72f

Please sign in to comment.