Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 99414fe

Browse files
committed
update event name
1 parent 8704c6e commit 99414fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-bot-header-icon.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default class AiBotHeaderIcon extends Component {
5252
}
5353

5454
if (this.siteSettings.ai_bot_enable_dedicated_ux) {
55-
this.appEvents.trigger("ai-bot:click-header-icon");
55+
this.appEvents.trigger("discourse-ai:bot-header-icon-clicked");
5656
return this.router.transitionTo("discourse-ai-bot-conversations");
5757
}
5858

0 commit comments

Comments
 (0)