diff --git a/packages/core/client/src/schema-component/antd/association-field/InternalPicker.tsx b/packages/core/client/src/schema-component/antd/association-field/InternalPicker.tsx index 31cffe421..2244e2454 100644 --- a/packages/core/client/src/schema-component/antd/association-field/InternalPicker.tsx +++ b/packages/core/client/src/schema-component/antd/association-field/InternalPicker.tsx @@ -62,7 +62,7 @@ const useTableSelectorProps = () => { export const InternalPicker = observer( (props: any) => { - const { value, multiple, onChange, quickUpload, selectFile, shouldMountElement, ...others } = props; + const { value, multiple, openSize, onChange, quickUpload, selectFile, shouldMountElement, ...others } = props; const field: any = useField(); const fieldNames = useFieldNames(props); const [visibleSelector, setVisibleSelector] = useState(false); @@ -183,6 +183,7 @@ export const InternalPicker = observer( (); @@ -357,35 +357,25 @@ export const formItemSettings = new SchemaSettings({ const { dn } = useDesignable(); return { title: t('Popup size'), - children: ( -
- {t('Popup size')} -