B: Fix initial data
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Backend CI / notify-failure (push) Blocked by required conditions
Frontend CI / build (22.x) (push) Waiting to run
Frontend CI / notify-failure (push) Blocked by required conditions

This commit is contained in:
Ivan 2025-06-11 19:51:56 +03:00
parent e57b61da21
commit f2b06261b8

View File

@ -7475,36 +7475,44 @@
"pk": 1,
"fields": {
"oss": 41,
"data": {
"blocks": [],
"operations": [
{
"x": 530.0,
"y": 370.0,
"id": 1
},
{
"x": 710.0,
"y": 370.0,
"id": 2
},
{
"x": 890.0,
"y": 370.0,
"id": 4
},
{
"x": 620.0,
"y": 470.0,
"id": 9
},
{
"x": 760.0,
"y": 570.0,
"id": 10
}
]
}
"data": [
{
"x": 530.0,
"y": 370.0,
"nodeID": "o1",
"width": 150.0,
"height": 40.0
},
{
"x": 710.0,
"y": 370.0,
"nodeID": "o2",
"width": 150.0,
"height": 40.0
},
{
"x": 890.0,
"y": 370.0,
"nodeID": "o4",
"width": 150.0,
"height": 40.0
},
{
"x": 620.0,
"y": 470.0,
"nodeID": "o9",
"width": 150.0,
"height": 40.0
},
{
"x": 760.0,
"y": 570.0,
"nodeID": "o10",
"width": 150.0,
"height": 40.0
}
]
}
}
]