Skip to content

Commit a347fa6

Browse files
Update src/controls/dynamicForm/dynamicField/DynamicField.tsx
Co-authored-by: Michaël Maillot <battosaimykle@gmail.com>
1 parent cf47479 commit a347fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controls/dynamicForm/dynamicField/DynamicField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class DynamicFieldBase extends React.Component<IDynamicFieldProps, IDynam
204204
errorMessage={errorText} />;
205205
}
206206
// If the choiceType is radio buttons
207-
else if (choiceType === ChoiceFieldFormatType.RadioButtons) {
207+
else {
208208
// Parse options into radio buttons
209209
const optionsGroup: IChoiceGroupOption[] =
210210
options.map((option) => {

0 commit comments

Comments
 (0)