@@ -75,14 +75,14 @@ export const initialNodes: ProcessNode[] = [
75
75
]
76
76
77
77
export const initialEdges : ProcessEdge [ ] = [
78
- { id : 'e1-2' , source : '1' , target : '2' , type, animated : true } ,
79
- { id : 'e1-3' , source : '1' , target : '3' , type, animated : true } ,
80
- { id : 'e2-2a' , source : '2' , target : '2a' , type, animated : true } ,
81
- { id : 'e2-2b' , source : '2' , target : '2b' , type, animated : true } ,
82
- { id : 'e2-2c' , source : '2' , target : '2c' , type, animated : true } ,
83
- { id : 'e2c-2d' , source : '2c' , target : '2d' , type, animated : true } ,
84
- { id : 'e3-7' , source : '3' , target : '4' , type, animated : true } ,
85
- { id : 'e4-5' , source : '4' , target : '5' , type, animated : true } ,
86
- { id : 'e5-6' , source : '5' , target : '6' , type, animated : true } ,
87
- { id : 'e5-7' , source : '5' , target : '7' , type, animated : true } ,
78
+ { id : 'e1-2' , source : '1' , target : '2' , type } ,
79
+ { id : 'e1-3' , source : '1' , target : '3' , type } ,
80
+ { id : 'e2-2a' , source : '2' , target : '2a' , type } ,
81
+ { id : 'e2-2b' , source : '2' , target : '2b' , type } ,
82
+ { id : 'e2-2c' , source : '2' , target : '2c' , type } ,
83
+ { id : 'e2c-2d' , source : '2c' , target : '2d' , type } ,
84
+ { id : 'e3-7' , source : '3' , target : '4' , type } ,
85
+ { id : 'e4-5' , source : '4' , target : '5' , type } ,
86
+ { id : 'e5-6' , source : '5' , target : '6' , type } ,
87
+ { id : 'e5-7' , source : '5' , target : '7' , type } ,
88
88
]
0 commit comments