2
0

feat(bot): Custom email body and HTML content

This commit is contained in:
Baptiste Arnaud
2022-06-12 09:05:10 +02:00
parent aeaaa5c398
commit 97980f42ca
8 changed files with 358 additions and 23 deletions

View File

@ -66,7 +66,7 @@ export const GroupNode = ({ group, groupIndex }: Props) => {
useEffect(() => {
setIsConnecting(
connectingIds?.target?.groupId === group.id &&
isNotDefined(connectingIds.target?.groupId)
isNotDefined(connectingIds.target?.blockId)
)
}, [connectingIds, group.id])