mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
fix: use noop function instead
This commit is contained in:
parent
4db1971c3f
commit
57889d5ad0
@ -58,7 +58,7 @@ const pluginFactory: BuilderComponentPluginFactory<PluginConfig> = (config?) =>
|
|||||||
generateCompositeType(
|
generateCompositeType(
|
||||||
{
|
{
|
||||||
type: 'JSFunction',
|
type: 'JSFunction',
|
||||||
value: input.value || 'null',
|
value: input.value || 'function () {}',
|
||||||
},
|
},
|
||||||
Scope.createRootScope(),
|
Scope.createRootScope(),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user