mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +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(
|
||||
{
|
||||
type: 'JSFunction',
|
||||
value: input.value || 'null',
|
||||
value: input.value || 'function () {}',
|
||||
},
|
||||
Scope.createRootScope(),
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user