2
0

📝 Add Sheets advanced example video

This commit is contained in:
Baptiste Arnaud
2023-08-24 17:52:41 +02:00
parent e62e71c133
commit 27b15a0f10
2 changed files with 6 additions and 1 deletions

View File

@ -249,7 +249,8 @@ export const BlockNode = ({
)}
{(isConnectable ||
(pathname.endsWith('analytics') && isInputBlock(block))) &&
hasDefaultConnector(block) && (
hasDefaultConnector(block) &&
block.type !== LogicBlockType.JUMP && (
<SourceEndpoint
source={{
groupId: block.groupId,