Skip to content

Commit

Permalink
fix: radio minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Jul 22, 2022
1 parent c6c5f98 commit c0231fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/HTMLFieldGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static function generateHTML(GeneratorField $field, $templateType): strin
}

return view($templateType.'.fields.radio_group', array_merge(
['radioButtons' => implode(infy_nl(), $radioButtons)],
['radioButtons' => implode(infy_nl_tab(), $radioButtons)],
array_merge(
$field->variables(),
$variables
Expand Down

0 comments on commit c0231fc

Please sign in to comment.