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…
Reference in New Issue