Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-08-09 07:21:03 +00:00
commit 7f2703ede2

View File

@ -127,7 +127,7 @@ const InternalAssociationSelect = observer(
}; };
return ( return (
<div key={fieldSchema.name}> <div key={fieldSchema.name}>
<Space.Compact style={{ display: 'flex', lineHeight: '32px' }}> <Space.Compact style={{ display: 'flex' }}>
<RemoteSelect <RemoteSelect
style={{ width: '100%' }} style={{ width: '100%' }}
{...rest} {...rest}