refactor(alert): moved slot location

This commit is contained in:
Maria Hutt
2025-04-01 08:12:10 -07:00
parent 62cf80c433
commit 885b0edc97

View File

@ -956,10 +956,10 @@ export class Alert implements ComponentInterface, OverlayInterface {
{this.renderAlertMessage(msgId)}
<slot></slot>
{this.renderAlertInputs()}
{this.renderAlertButtons()}
<slot></slot>
</div>
<div tabindex="0" aria-hidden="true"></div>