diff --git a/packages/core/src/components/alert/alert.tsx b/packages/core/src/components/alert/alert.tsx
index d1d71892b0..92ed748daa 100644
--- a/packages/core/src/components/alert/alert.tsx
+++ b/packages/core/src/components/alert/alert.tsx
@@ -163,8 +163,8 @@ export class Alert {
}
}
- btnClick(button: any) {
- console.log('btnClick', button);
+ buttonClick(button: any) {
+ console.log('buttonClick', button);
// TODO keep the time of the most recent button click
// this.lastClick = Date.now();
@@ -375,7 +375,7 @@ export class Alert {
{buttons.map(b =>
-