working child flow

This commit is contained in:
Leifer Mendez
2022-11-23 20:56:17 +01:00
parent 368bf29e63
commit f6d70b4f7d
4 changed files with 6 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ const toSerialize = (flowJson) => {
...row,
refSerialize: `${generateRefSerialize({
index,
keyword: row.keyword,
answer: row.answer,
})}`,
}))