From df65ea0a62d2542d7d17c06e90627e9348895361 Mon Sep 17 00:00:00 2001 From: Soumyadas15 Date: Fri, 6 Jun 2025 21:05:06 +0530 Subject: [PATCH] fix(ui): display attachments in ask tool --- frontend/src/components/thread/content/ThreadContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/thread/content/ThreadContent.tsx b/frontend/src/components/thread/content/ThreadContent.tsx index e41e5ea4..0bca2a65 100644 --- a/frontend/src/components/thread/content/ThreadContent.tsx +++ b/frontend/src/components/thread/content/ThreadContent.tsx @@ -243,7 +243,7 @@ export function renderMarkdownContent( {paramDisplay && {paramDisplay}} - ); + ); } lastIndex = xmlRegex.lastIndex; }