diff --git a/src/components/ModalsContainer/BlueprintModal/Body/Editor/CustomAttributesStep/FormInput/index.tsx b/src/components/ModalsContainer/BlueprintModal/Body/Editor/CustomAttributesStep/FormInput/index.tsx index ddaf78dcf..00b5812df 100644 --- a/src/components/ModalsContainer/BlueprintModal/Body/Editor/CustomAttributesStep/FormInput/index.tsx +++ b/src/components/ModalsContainer/BlueprintModal/Body/Editor/CustomAttributesStep/FormInput/index.tsx @@ -43,6 +43,8 @@ export const FormInput = ({ parentParam }: { parentParam: string }) => { parsedDataDefault = parseJson(data) } + parsedDataDefault = parsedDataDefault.filter((x) => x.key !== 'node_key') + replace(parsedDataDefault) setParsedData(parsedDataDefault) } catch (error) {