Skip to content

Commit e5de33f

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 ac80bb4 commit e5de33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/sample-netzgrafik/netzgrafik_default.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@
214214
},
215215
"symmetryAxis": null,
216216
"warnings": null,
217-
"labelIds": []
217+
"labelIds": [],
218+
"isCollapsed": true
218219
},
219220
{
220221
"id": 9,

0 commit comments

Comments
 (0)