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
|
||||
return {
|
||||
...o,
|
||||
[key]: answer.content,
|
||||
[key]: answer.content.toString(),
|
||||
}
|
||||
}
|
||||
const variable = answerOrVariable as VariableWithValue
|
||||
|
Reference in New Issue
Block a user