Skip to content
Snippets Groups Projects
Commit 794c606a authored by esikkala's avatar esikkala
Browse files

FacetedSearchPerspective: perspectiveConfig prop

parent 4b1e4a66
No related branches found
No related tags found
No related merge requests found
......@@ -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`]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment