mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:47:20 +00:00
fix: previewFields (#3293)
This commit is contained in:
parent
318b433482
commit
cc251b3222
@ -204,7 +204,7 @@ const PreviewCom = (props) => {
|
||||
const item = dataSource[index];
|
||||
return (
|
||||
<Input
|
||||
value={item?.uiSchema?.title || text}
|
||||
defaultValue={item?.uiSchema?.title || text}
|
||||
onChange={(e) =>
|
||||
handleFieldChange(
|
||||
{ ...item, uiSchema: { ...item?.uiSchema, title: e.target.value, rawTitle: e.target.value } },
|
||||
|
Loading…
Reference in New Issue
Block a user