Skip to content

Commit dfaf610

Browse files
committed
fix(suir): do not pass type to form field
1 parent 0a3e8cc commit dfaf610

File tree

1 file changed

+1
-0
lines changed
  • packages/suir-component-mapper/src/files

1 file changed

+1
-0
lines changed

packages/suir-component-mapper/src/files/switch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const Switch = (props) => {
3939
className,
4040
FormFieldGridProps,
4141
HelpertextProps,
42+
type,
4243
...rest
4344
} = useFieldApi({
4445
...props,

0 commit comments

Comments
 (0)