object propery typo

This commit is contained in:
okbel
2018-02-28 14:14:21 -03:00
parent e8e8b007e3
commit b5843343a9
+2 -1
View File
@@ -69,7 +69,8 @@ class Slot extends React.Component {
} = this.props;
const { plugins } = this.context;
let children = this.getChildren();
const pluginConfig = get(reduxState, 'config.pluginConfig') || emptyConfig;
const pluginConfig =
get(reduxState, 'config.plugins_config') || emptyConfig;
if (children.length === 0 && DefaultComponent) {
const props = plugins.getSlotComponentProps(
DefaultComponent,