2
0

🐛 (results) Fix bug preventing user from seeing linked typebots results

This commit is contained in:
Baptiste Arnaud
2022-11-06 09:57:08 +01:00
parent 63845effaf
commit 6dd7bd9562
18 changed files with 234 additions and 151 deletions

View File

@ -17,8 +17,10 @@ export type ResultValues = Pick<
export type ResultHeaderCell = {
id: string
label: string
blockId?: string
blocks?: {
id: string
groupId: string
}[]
blockType?: InputBlockType
isLong?: boolean
variableId?: string
variableIds?: string[]
}