mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:15:19 +00:00
refactor: collection fields action optimization (#5258)
This commit is contained in:
parent
f24972c01d
commit
cd59edb2c8
@ -179,7 +179,7 @@ const CurrentFields = (props) => {
|
||||
|
||||
return (
|
||||
<RecordProvider record={record} parent={parentRecordData}>
|
||||
<Space>
|
||||
<Space size="middle">
|
||||
<EditCollectionField role="button" aria-label={`edit-button-${record.name}`} type="primary" />
|
||||
<Action.Link {...deleteProps} />
|
||||
</Space>
|
||||
|
Loading…
Reference in New Issue
Block a user