mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:57:53 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
7f2703ede2
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user