diff --git a/package.json b/package.json index 79653d9..96e04fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@indec/form-builder", - "version": "3.5.4", + "version": "3.5.5", "description": "Form builder", "main": "index.js", "private": false, diff --git a/src/components/RadioTable/RadioTable.js b/src/components/RadioTable/RadioTable.js index c77d704..e711885 100644 --- a/src/components/RadioTable/RadioTable.js +++ b/src/components/RadioTable/RadioTable.js @@ -46,11 +46,9 @@ function RadioTable({options, label, form, field, disabled, warnings}) { {options.map(option => ( - - - - {option.title} - + + + {option.title} {option.subOptions.map(subOption => (