handle missing edge types in graph data

This commit is contained in:
ArnoChen
2025-02-15 00:34:38 +08:00
parent 4d58ff8bb4
commit 70fc4cbfb0
4 changed files with 14 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ export type RawEdgeType = {
id: string
source: string
target: string
type: string
type?: string
properties: Record<string, any>
dynamicId: string