mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:45:18 +00:00
fix: grid schema (#4157)
This commit is contained in:
parent
205984b812
commit
343b97de14
@ -439,16 +439,7 @@ Grid.Row = observer(
|
||||
{cols.map((schema, index) => {
|
||||
return (
|
||||
<React.Fragment key={index}>
|
||||
<MemorizedRecursionField
|
||||
name={schema.name}
|
||||
schema={schema}
|
||||
mapProperties={(schema) => {
|
||||
if (type === 'update') {
|
||||
schema.default = null;
|
||||
}
|
||||
return schema;
|
||||
}}
|
||||
/>
|
||||
<MemorizedRecursionField name={schema.name} schema={schema} />
|
||||
{showDivider && (
|
||||
<ColDivider
|
||||
cols={cols}
|
||||
|
Loading…
Reference in New Issue
Block a user