Skip to content

Commit

Permalink
fix(mrf): individual response page (#6992)
Browse files Browse the repository at this point in the history
  • Loading branch information
justynoh authored Jan 3, 2024
1 parent fc322d2 commit 92bdae9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ export const processDecryptedContentV3 = async (
.map((ff) => {
const response = responses[ff._id]
if (!response) {
console.log('Unexpected empty response for field id', ff._id)
return null
return transformInputsToOutputs(ff, '')
}
if (response.fieldType === BasicField.Attachment) {
const answer = response.answer as AttachmentFieldResponseV3
Expand Down

0 comments on commit 92bdae9

Please sign in to comment.