Skip to content

Commit 4c21d4b

Browse files
committed
[sdk] default title for empty workspace
Fix #233
1 parent b61305e commit 4c21d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/graph/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function getEmptyGraphDataset(): GraphDataset {
1010
nodeData: {},
1111
edgeData: {},
1212
layout: {},
13-
metadata: { type: "mixed" },
13+
metadata: { type: "mixed", title: "Untitled workspace" },
1414
nodeFields: [],
1515
edgeFields: [],
1616
fullGraph: new MultiGraph(),

0 commit comments

Comments
 (0)