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