Skip to content

Commit 12771e5

Browse files
committed
chore: update story FiveThousandsBlocks
1 parent 3b0bb42 commit 12771e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/main/GraphEditor.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const FiveThousandsBlocks: Story = {
141141
useBezierConnections: false,
142142
},
143143
render: (args) => (
144-
<GraphApp config={generatePrettyBlocks({ layersCount: 30, connectionsPerLayer: 300 })} {...args}></GraphApp>
144+
<GraphApp config={generatePrettyBlocks({ layersCount: 40, connectionsPerLayer: 300 })} {...args}></GraphApp>
145145
),
146146
};
147147

0 commit comments

Comments
 (0)