diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 9b81f93a2..421db75e8 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -128,7 +128,7 @@ export default function GenericNode({ const showNode = data.showNode ?? true; - const nameEditable = data.node?.flow || data.type === "CustomComponent"; + const nameEditable = true; const emojiRegex = /\p{Emoji}/u; const isEmoji = emojiRegex.test(data?.node?.icon!); diff --git a/src/frontend/src/components/IOview/index.tsx b/src/frontend/src/components/IOview/index.tsx index 8f914c716..73c87f7f4 100644 --- a/src/frontend/src/components/IOview/index.tsx +++ b/src/frontend/src/components/IOview/index.tsx @@ -153,7 +153,7 @@ export default function IOView({ children, open, setOpen }): JSX.Element { trigger={