From 69d214af10a9bba9d79f3e5326a4685ec319c66a Mon Sep 17 00:00:00 2001 From: Viduni Wickramarachchi Date: Wed, 11 Jun 2025 12:28:18 -0400 Subject: [PATCH] Improve conversation callout --- .../src/chat/elastic_llm_conversation_callout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/elastic_llm_conversation_callout.tsx b/x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/elastic_llm_conversation_callout.tsx index bfd0e8945f0e5..dd7b20bbbc565 100644 --- a/x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/elastic_llm_conversation_callout.tsx +++ b/x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/elastic_llm_conversation_callout.tsx @@ -31,7 +31,7 @@ export const ElasticLlmConversationCallout = () => { }; if (dismissed) { - return; + return null; } const elasticLlmCalloutClassName = css`