fix: type string
This commit is contained in:
parent
20710b40ea
commit
6935b21808
@ -78,6 +78,7 @@ const FormItemInitializer = (props) => {
|
|||||||
form.setValuesIn(name, uid());
|
form.setValuesIn(name, uid());
|
||||||
insert({
|
insert({
|
||||||
name,
|
name,
|
||||||
|
type: 'string',
|
||||||
'x-component': 'CollectionField',
|
'x-component': 'CollectionField',
|
||||||
'x-collection-field': `posts.${name}`,
|
'x-collection-field': `posts.${name}`,
|
||||||
'x-component-props': {},
|
'x-component-props': {},
|
||||||
|
Loading…
Reference in New Issue
Block a user