From 794c606a54ba271cc7f2b94f995f979eaf3e9cff Mon Sep 17 00:00:00 2001
From: esikkala <esko.ikkala@aalto.fi>
Date: Wed, 2 Jun 2021 09:29:28 +0300
Subject: [PATCH] FacetedSearchPerspective: perspectiveConfig prop

---
 src/client/containers/SemanticPortal.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client/containers/SemanticPortal.js b/src/client/containers/SemanticPortal.js
index f563f72c..2d03a955 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`]
-- 
GitLab