diff --git a/src/frontend/src/utils/reactflowUtils.ts b/src/frontend/src/utils/reactflowUtils.ts index 5b730d5e7..cf6dd736c 100644 --- a/src/frontend/src/utils/reactflowUtils.ts +++ b/src/frontend/src/utils/reactflowUtils.ts @@ -553,12 +553,6 @@ function updateGroupNodeTemplate(template: APITemplateType) { ) { template[key].advanced = true; } - if ( - type === "code" && - template[key].proxy?.id.includes("CustomComponent") - ) { - template[key].show = false; - } }); return template; }