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

Commit 1a10680

Browse files
DEV: Replace DSection with body-class helper (#924)
1 parent 52c6447 commit 1a10680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/connectors/after-d-editor/composer-open.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#if this.isAiBotChat}}
2-
<DSection @bodyClass={{this.aiBotClasses}} />
2+
{{body-class this.aiBotClasses}}
33
{{#if this.renderChatWarning}}
44
<div class="ai-bot-chat-warning">{{i18n
55
"discourse_ai.ai_bot.pm_warning"

0 commit comments

Comments
 (0)