diff --git a/packages/core/client/src/schema-component/antd/association-field/AssociationFieldProvider.tsx b/packages/core/client/src/schema-component/antd/association-field/AssociationFieldProvider.tsx index 5487733f5..52b74cace 100644 --- a/packages/core/client/src/schema-component/antd/association-field/AssociationFieldProvider.tsx +++ b/packages/core/client/src/schema-component/antd/association-field/AssociationFieldProvider.tsx @@ -64,7 +64,7 @@ export const AssociationFieldProvider = observer( setLoading(false); return; } - if (['Nester', 'PopoverNester'].includes(currentMode)) { + if (['Nester'].includes(currentMode)) { if (['belongsTo', 'hasOne'].includes(collectionField.type)) { field.value = {}; } else if (['belongsToMany', 'hasMany'].includes(collectionField.type)) { diff --git a/packages/core/client/src/schema-component/antd/association-field/InternalPopoverNester.tsx b/packages/core/client/src/schema-component/antd/association-field/InternalPopoverNester.tsx index b27eb7f29..ffed2dc1b 100644 --- a/packages/core/client/src/schema-component/antd/association-field/InternalPopoverNester.tsx +++ b/packages/core/client/src/schema-component/antd/association-field/InternalPopoverNester.tsx @@ -71,7 +71,7 @@ export const InternaPopoverNester = observer( > - + {visible && (