bug fixed when not implemented nodes are imported to the flow
This commit is contained in:
parent
8252d0fbee
commit
1b93dc247e
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ export default function GenericNode({
|
|||
});
|
||||
showError.current = false;
|
||||
}
|
||||
deleteNode(data.id)
|
||||
return;
|
||||
}
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue