Skip to content

Commit e48cb5d

Browse files
committed
Fix boolean result field.
1 parent eee512b commit e48cb5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/packages/volto-form-block/src/components/ViewSchemaForm.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ const FormBlockView = ({ data, id, path, moment: momentlib }) => {
361361

362362
const formatProperty = (factory, value) => {
363363
switch (factory) {
364+
case 'termsAccepted':
364365
case 'label_boolean_field':
365366
return value === true
366367
? intl.formatMessage(messages.yes)

0 commit comments

Comments
 (0)