Merge pull request #102 from logspace-ai/bugFix

bug fixed when not implemented nodes are imported to the flow
This commit is contained in:
anovazzi1 2023-04-03 21:36:07 -03:00 committed by GitHub
commit 8b1a28e05e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ export default function GenericNode({
});
showError.current = false;
}
deleteNode(data.id)
return;
}
return (