diff options
Diffstat (limited to 'apps/web/components/graph/graph.tsx')
| -rw-r--r-- | apps/web/components/graph/graph.tsx | 1 |
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> |