🐛 Fix new markdown parser on web runtime
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
emojiList.json
|
||||
iconNames.ts
|
||||
iconNames.ts
|
||||
reporters
|
||||
@@ -153,7 +153,6 @@ const groupsActions = (setTypebot: SetTypebot): GroupsActions => ({
|
||||
let outgoingEdgeId = item.outgoingEdgeId
|
||||
if (outgoingEdgeId) {
|
||||
const edge = edges.find(byId(outgoingEdgeId))
|
||||
console.log(edge)
|
||||
if (edge) {
|
||||
outgoingEdgeId = createId()
|
||||
edgesToCreate.push({
|
||||
|
||||
Reference in New Issue
Block a user