Skip to content

Commit

Permalink
fix(designable-antd): remove switch optionType: 'button' (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloha66 authored Jul 28, 2021
1 parent a07f1c9 commit c136e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion designable/antd/src/schemas/Switch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const Switch: ISchema = {
'x-component': 'Select',
'x-component-props': {
defaultValue: 'default',
optionType: 'button',
},
},
},
Expand Down

0 comments on commit c136e34

Please sign in to comment.