fix: retain only the key value on update

pull/80/head
corpulent 3 years ago
parent 0bf85bfbae
commit b91d8ff850

@ -128,7 +128,7 @@ export const getFinalValues = (
return {
key: previous?.key ?? "network",
type: previous?.type ?? "NETWORK",
type: "NETWORK",
inputs: previous?.inputs ?? [],
outputs: previous?.outputs ?? [],
config: (previous as any)?.config ?? {},

Loading…
Cancel
Save