diff --git a/client/coral-framework/components/Slot.js b/client/coral-framework/components/Slot.js index dfe2d80d5..952844ed0 100644 --- a/client/coral-framework/components/Slot.js +++ b/client/coral-framework/components/Slot.js @@ -72,7 +72,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,