update event name

This commit is contained in:
rngus2344 2025-05-07 16:16:20 -05:00
parent 8704c6e4a9
commit 99414fe151
No known key found for this signature in database
GPG Key ID: A548FD2A580A5131

View File

@ -52,7 +52,7 @@ export default class AiBotHeaderIcon extends Component {
} }
if (this.siteSettings.ai_bot_enable_dedicated_ux) { if (this.siteSettings.ai_bot_enable_dedicated_ux) {
this.appEvents.trigger("ai-bot:click-header-icon"); this.appEvents.trigger("discourse-ai:bot-header-icon-clicked");
return this.router.transitionTo("discourse-ai-bot-conversations"); return this.router.transitionTo("discourse-ai-bot-conversations");
} }