From b5843343a92bf8fff3f2921141eb7313ccde6e4a Mon Sep 17 00:00:00 2001 From: okbel Date: Wed, 28 Feb 2018 14:14:21 -0300 Subject: [PATCH] object propery typo --- client/coral-framework/components/Slot.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/coral-framework/components/Slot.js b/client/coral-framework/components/Slot.js index fe63b4f30..fe517eafb 100644 --- a/client/coral-framework/components/Slot.js +++ b/client/coral-framework/components/Slot.js @@ -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,