aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/graph/graph.tsx
diff options
context:
space:
mode:
authorShoubhit Dash <[email protected]>2026-01-22 11:16:08 +0530
committerShoubhit Dash <[email protected]>2026-01-22 11:16:08 +0530
commitef54b5805cf610909131724425fb648ef758fd17 (patch)
tree95edacf1f15768b5ae0cb085bfff21aa946d81c1 /apps/web/components/graph/graph.tsx
parentnew graph (diff)
downloadsupermemory-01-16-new_graph.tar.xz
supermemory-01-16-new_graph.zip
graph changes01-16-new_graph
Diffstat (limited to 'apps/web/components/graph/graph.tsx')
-rw-r--r--apps/web/components/graph/graph.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/graph/graph.tsx b/apps/web/components/graph/graph.tsx
index ed5542e2..a9e7e73e 100644
--- a/apps/web/components/graph/graph.tsx
+++ b/apps/web/components/graph/graph.tsx
@@ -436,6 +436,7 @@ export function Graph({ containerTags, children }: GraphProps) {
isTimelineActive={isTimelineStreaming}
timelineProgress={timelineProgress}
nodes={nodes}
+ zoom={zoom}
/>
)}
</div>