Skip to content

Commit

Permalink
chore: move large to the repeaterItems
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnigs committed Dec 17, 2024
1 parent 99fb4f0 commit 7c80bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export const Item = ({
}}
application={application}
defaultValue={DefaultValue}
large={true}
{...props}
/>
</GridColumn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export const Item = ({
}}
application={application}
defaultValue={DefaultValue}
large={true}
{...props}
/>
</GridColumn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const CheckboxController: FC<
error,
id,
name = id,
large = true,
large,
strong,
options = [],
split = '1/1',
Expand Down

0 comments on commit 7c80bf4

Please sign in to comment.