diff --git a/src/client/containers/SemanticPortal.js b/src/client/containers/SemanticPortal.js index f563f72c9899c732117305ef88eff628f339665d..2d03a955024ddbda852c95735443a8c7ffeac6c2 100644 --- a/src/client/containers/SemanticPortal.js +++ b/src/client/containers/SemanticPortal.js @@ -385,6 +385,7 @@ const SemanticPortal = props => { <Grid item xs={12} md={9} className={classes.resultsContainer}> <FacetedSearchPerspective perspectiveState={props[`${perspective.id}`]} + perspectiveConfig={perspective} facetState={props[`${perspective.id}Facets`]} facetConstrainSelfState={has(props, `${perspective.id}FacetsConstrainSelf`) ? props[`${perspective.id}FacetsConstrainSelf`]