mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +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}
|
defaultValue={item?.uiSchema?.title || text}
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
handleFieldChange(
|
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,
|
index,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user