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,