DEV: Replace DSection with body-class helper (#924)
This commit is contained in:
parent
52c644798d
commit
1a10680818
|
|
@ -1,5 +1,5 @@
|
||||||
{{#if this.isAiBotChat}}
|
{{#if this.isAiBotChat}}
|
||||||
<DSection @bodyClass={{this.aiBotClasses}} />
|
{{body-class this.aiBotClasses}}
|
||||||
{{#if this.renderChatWarning}}
|
{{#if this.renderChatWarning}}
|
||||||
<div class="ai-bot-chat-warning">{{i18n
|
<div class="ai-bot-chat-warning">{{i18n
|
||||||
"discourse_ai.ai_bot.pm_warning"
|
"discourse_ai.ai_bot.pm_warning"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue