Skip to content

Commit 9c0a58c

Browse files
Update src/shared/Fieldset.tsx
Co-authored-by: Joseph Garrone <joseph.garrone.gj@gmail.com> Signed-off-by: maxi_malain <32595427+maximallain@users.noreply.github.com>
1 parent 323a5d6 commit 9c0a58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/Fieldset.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const Fieldset = memo(
7272
disabled = false,
7373
type,
7474
name: name_props,
75-
small,
75+
small = false,
7676
...rest
7777
} = props;
7878

0 commit comments

Comments
 (0)