From 61e48d686eebcfa4f3514c9de5030f5230050724 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 2 Feb 2025 12:26:13 -0800 Subject: [PATCH] Let file context buttons route to search page instead of settings for upload/manage --- .../web/app/components/allConversations/allConversations.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface/web/app/components/allConversations/allConversations.tsx b/src/interface/web/app/components/allConversations/allConversations.tsx index fcfa45fe..2a6c2c5c 100644 --- a/src/interface/web/app/components/allConversations/allConversations.tsx +++ b/src/interface/web/app/components/allConversations/allConversations.tsx @@ -288,7 +288,7 @@ export function FilesMenu(props: FilesMenuProps) { )} - Settings + Settings {addedFiles.length == 0 && ( - Upload documents + Upload documents )} {unfilteredFiles.map((filename: string) =>