From 91d6de885880f4690520849964c13ba92290b84f Mon Sep 17 00:00:00 2001 From: Hyu Date: Tue, 15 Sep 2026 15:11:30 +0800 Subject: [PATCH] fix(bots): add icon to processor compatibility warning --- .../bot-form/PluginProcessorBindings.tsx | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/web/src/app/home/bots/components/bot-form/PluginProcessorBindings.tsx b/web/src/app/home/bots/components/bot-form/PluginProcessorBindings.tsx index 71a89c36b..b21b18052 100644 --- a/web/src/app/home/bots/components/bot-form/PluginProcessorBindings.tsx +++ b/web/src/app/home/bots/components/bot-form/PluginProcessorBindings.tsx @@ -82,14 +82,20 @@ function ProcessorEvents({ {incomplete && ( - {t('bots.pluginSubscriptions.incompleteEvents', { - events: - matchingEvents - .map((pattern) => eventPatternLabel(pattern, t)) - .join(' · ') || t('common.none'), - })} + )}