Skip to content

Commit 25107db

Browse files
committed
Fix example in welcome page
1 parent a2c48c4 commit 25107db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/content/introduction/Welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const nodeTypes = {
6666
useNodesMeasuredEffect(() => {
6767
runLayout({
6868
name: "HierarchicalLayout",
69-
layoutOptions: layoutOptionsByAlgorithm["HierarchicalLayout"]
69+
layoutOptions: layoutOptionsByAlgorithm["HierarchicalLayout"] as HierarchicalLayoutOptions
7070
})
7171
})
7272

0 commit comments

Comments
 (0)