From 1e83705d97b7ffe6b2708674cfc94a8221213f5e Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 27 Oct 2025 11:29:41 -0300 Subject: [PATCH] Added new file added to the navigation --- frontend/components/navigation.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/components/navigation.tsx b/frontend/components/navigation.tsx index 8fe635ab..e8593ea6 100644 --- a/frontend/components/navigation.tsx +++ b/frontend/components/navigation.tsx @@ -337,7 +337,8 @@ export function Navigation({ message.role === "user" && (message.content.match(FILES_REGEX)?.[0] ?? null) !== null, ) - .map((message) => message.content.match(FILES_REGEX)?.[0] ?? null); + .map((message) => message.content.match(FILES_REGEX)?.[0] ?? null) + .concat(conversationDocs.map((doc) => doc.filename)); return (