|
|
|
@ -30,7 +30,7 @@ export const convertFlowData = (flowData: any, useDefault = true) => {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
nodes: [
|
|
|
|
nodes: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: `start-${timestamp}`,
|
|
|
|
id: `start`,
|
|
|
|
type: 'start',
|
|
|
|
type: 'start',
|
|
|
|
position: { x: 200, y: 200 },
|
|
|
|
position: { x: 200, y: 200 },
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
|