Skip to content

Commit d325f2d

Browse files
committed
wip: hide a node in the default DTO used in standalone mode
This commit needs to be droped before the merge. Signed-off-by: Clara Ni <[email protected]>
1 parent d5f5422 commit d325f2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/sample-netzgrafik/netzgrafik_default.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
{
100100
"id": 4,
101101
"betriebspunktName": "ZF",
102+
"isCollapsed": true,
102103
"fullName": "Zofingen",
103104
"positionX": 832,
104105
"positionY": 448,
@@ -214,7 +215,8 @@
214215
},
215216
"symmetryAxis": null,
216217
"warnings": null,
217-
"labelIds": []
218+
"labelIds": [],
219+
"isCollapsed": true
218220
},
219221
{
220222
"id": 9,

0 commit comments

Comments
 (0)