From 1a1068081883d9d3a6833d84457aeaeb84dc3d21 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 20 Nov 2024 14:11:15 +0000 Subject: [PATCH] DEV: Replace DSection with body-class helper (#924) --- .../discourse/connectors/after-d-editor/composer-open.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/connectors/after-d-editor/composer-open.hbs b/assets/javascripts/discourse/connectors/after-d-editor/composer-open.hbs index d1d194d3..ed0fe928 100644 --- a/assets/javascripts/discourse/connectors/after-d-editor/composer-open.hbs +++ b/assets/javascripts/discourse/connectors/after-d-editor/composer-open.hbs @@ -1,5 +1,5 @@ {{#if this.isAiBotChat}} - + {{body-class this.aiBotClasses}} {{#if this.renderChatWarning}}
{{i18n "discourse_ai.ai_bot.pm_warning"