fix(plugin-workflow): fix CollectionField validation when using variable (#1512)
This commit is contained in:
parent
e752686c7e
commit
05efa41be3
@ -89,7 +89,10 @@ export default observer(({ value, disabled, onChange }: any) => {
|
|||||||
type: 'void',
|
type: 'void',
|
||||||
properties: {
|
properties: {
|
||||||
[field.name]: {
|
[field.name]: {
|
||||||
'x-component': ConstantCompoent
|
'x-component': ConstantCompoent,
|
||||||
|
['x-validator']() {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user