diff --git a/apps/web/components/chat/chat-graph-context-rail.tsx b/apps/web/components/chat/chat-graph-context-rail.tsx index cb83141bd..c89c83396 100644 --- a/apps/web/components/chat/chat-graph-context-rail.tsx +++ b/apps/web/components/chat/chat-graph-context-rail.tsx @@ -13,10 +13,12 @@ export function ChatGraphContextRail({ messages, containerTags, className, + showBackdrop = true, }: { messages: UIMessage[] containerTags?: string[] | null className?: string + showBackdrop?: boolean }) { const { effectiveContainerTags } = useProject() const graphContainerTags = @@ -32,14 +34,22 @@ export function ChatGraphContextRail({
Memory map
@@ -48,7 +58,6 @@ export function ChatGraphContextRail({ : "Memories used by Nova will be highlighted here"}