fix(results): 🛂 Make sure booleans are parsed in table
This commit is contained in:
@ -110,7 +110,7 @@ export const parseAnswers =
|
|||||||
if (!key) return o
|
if (!key) return o
|
||||||
return {
|
return {
|
||||||
...o,
|
...o,
|
||||||
[key]: answer.content,
|
[key]: answer.content.toString(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const variable = answerOrVariable as VariableWithValue
|
const variable = answerOrVariable as VariableWithValue
|
||||||
|
Reference in New Issue
Block a user