From 012e0ef882d5993f2eccac5e14a65e1aada89df1 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 24 Dec 2024 11:20:39 -0800 Subject: [PATCH] Add tooltip for file input ref. --- .../chatInputArea/chatInputArea.tsx | 27 ++++++++++----- .../components/suggestions/suggestionsData.ts | 34 +++++++++---------- 2 files changed, 35 insertions(+), 26 deletions(-) diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 9868c81c..3553a71c 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -651,15 +651,24 @@ export const ChatInputArea = forwardRef((pr />
- + + + + + + + Attach a PDF, plain text file, or image + + +