diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 3d7198857..0f66daaf3 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -31,6 +31,7 @@ export default function GenericNode({ }); showError.current = false; } + deleteNode(data.id) return; } return (