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