mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: connected view does not apply field displayName settings
This commit is contained in:
parent
f9d69e347f
commit
e570c2cf7e
@ -227,7 +227,7 @@ const PreviewCom = (props) => {
|
||||
defaultValue={item?.uiSchema?.title || text}
|
||||
onChange={(e) =>
|
||||
handleFieldChange(
|
||||
{ ...item, title1: e.target.value, uiSchema: { ...omit(item?.uiSchema, 'rawTitle'), title: e.target.value } },
|
||||
{ ...item, uiSchema: { ...omit(item?.uiSchema, 'rawTitle'), title: e.target.value } },
|
||||
index,
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user