From ccdcd24d22e3cff7be453b17ae86f88dcccb8ca6 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Sun, 23 Feb 2025 03:12:41 -0800 Subject: [PATCH] LLMs: fix 'buttons can wrap' --- .../components/composer/llmattachments/LLMAttachmentsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx b/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx index 212c02825..7dbda80da 100644 --- a/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx +++ b/src/apps/chat/components/composer/llmattachments/LLMAttachmentsList.tsx @@ -193,7 +193,7 @@ export function LLMAttachmentsList(props: { {/* Overall Menu button */} - {!_style.barWraps && ( + {!props.buttonsCanWrap && (