fix(frontend): added missing `position` attribute

pull/81/head
Samuel Rowe 3 years ago
parent 0b17569f22
commit 0a3da96798

@ -151,6 +151,7 @@ export const getFinalValues = (
return {
key: previous?.key ?? "service",
type: "SERVICE",
position: { left: 0, top: 0 },
inputs: previous?.inputs ?? ["op_source"],
outputs: previous?.outputs ?? [],
config: (previous as any)?.config ?? {},

Loading…
Cancel
Save