diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 9e60bb7d2..679e3863b 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -125,8 +125,8 @@ export default function GenericNode({ setValidationStatus(null); } }, [sseData, data.id]); - - const showNode = data.showNode ?? false; + + const showNode = data.showNode ?? true; return ( <>