We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61305e commit 4c21d4bCopy full SHA for 4c21d4b
packages/sdk/src/graph/index.ts
@@ -10,7 +10,7 @@ export function getEmptyGraphDataset(): GraphDataset {
10
nodeData: {},
11
edgeData: {},
12
layout: {},
13
- metadata: { type: "mixed" },
+ metadata: { type: "mixed", title: "Untitled workspace" },
14
nodeFields: [],
15
edgeFields: [],
16
fullGraph: new MultiGraph(),
0 commit comments