fix(system): remediate component wrapping functionality (#9978)
Refs #9919
This commit is contained in:
@@ -322,7 +322,7 @@ function combinePlugins(plugins, toolbox) {
|
|||||||
if(isArray(plugins)) {
|
if(isArray(plugins)) {
|
||||||
return plugins
|
return plugins
|
||||||
.map(plugin => combinePlugins(plugin, toolbox))
|
.map(plugin => combinePlugins(plugin, toolbox))
|
||||||
.reduce(systemExtend, { components: { ...toolbox.getComponents() } })
|
.reduce(systemExtend, { components: toolbox.getComponents() })
|
||||||
}
|
}
|
||||||
|
|
||||||
return {}
|
return {}
|
||||||
|
|||||||
Reference in New Issue
Block a user