diff --git a/packages/amis-editor/src/plugin/Form/InputGroup.tsx b/packages/amis-editor/src/plugin/Form/InputGroup.tsx index d82f35273..ce9b9017e 100644 --- a/packages/amis-editor/src/plugin/Form/InputGroup.tsx +++ b/packages/amis-editor/src/plugin/Form/InputGroup.tsx @@ -91,7 +91,7 @@ export class InputGroupControlPlugin extends BasePlugin { renderer: context.info.renderer, schema: [ getSchemaTpl('switch', { - label: '表单项内联', + label: '内联模式', name: 'inline', pipeIn: defaultValue(false) }),