diff --git a/designable/antd/src/schemas/Switch.ts b/designable/antd/src/schemas/Switch.ts index 173cfceb829..1b5a158ebbd 100644 --- a/designable/antd/src/schemas/Switch.ts +++ b/designable/antd/src/schemas/Switch.ts @@ -15,7 +15,6 @@ export const Switch: ISchema = { 'x-component': 'Select', 'x-component-props': { defaultValue: 'default', - optionType: 'button', }, }, },