diff --git a/web/common/src/components/Lineage/LineageLayout.tsx b/web/common/src/components/Lineage/LineageLayout.tsx index e01e8ae9e9..2ab4a34879 100644 --- a/web/common/src/components/Lineage/LineageLayout.tsx +++ b/web/common/src/components/Lineage/LineageLayout.tsx @@ -66,13 +66,15 @@ export function LineageLayout< }) { return ( - + + isBuildingLayout={isBuildingLayout} useLineage={useModelLineage} nodeTypes={nodeTypes} edgeTypes={edgeTypes}