Skip to content

Commit

Permalink
Merge pull request #25682 from qmonmert/breakmodal
Browse files Browse the repository at this point in the history
[Angular] Fix close button on health modal
  • Loading branch information
DanielFran authored Mar 31, 2024
2 parents 908938f + ad20128 commit 91af4c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

<button aria-label="Close" data-dismiss="modal" class="btn-close" type="button" (click)="dismiss()">
<span aria-hidden="true">&times;</span>
<span aria-hidden="true">&nbsp;</span>
</button>
</div>

Expand Down

0 comments on commit 91af4c4

Please sign in to comment.