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()} - -