From 885b0edc97e09d50093d50ace6dffaac5f8aead1 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Tue, 1 Apr 2025 08:12:10 -0700 Subject: [PATCH] refactor(alert): moved slot location --- core/src/components/alert/alert.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/alert/alert.tsx b/core/src/components/alert/alert.tsx index 0c13a93776..a91815b1d8 100644 --- a/core/src/components/alert/alert.tsx +++ b/core/src/components/alert/alert.tsx @@ -956,10 +956,10 @@ export class Alert implements ComponentInterface, OverlayInterface { {this.renderAlertMessage(msgId)} + + {this.renderAlertInputs()} {this.renderAlertButtons()} - -