Skip to content

Commit

Permalink
Update ReferenceSearchBlockView.jsx with new config attribute filterL…
Browse files Browse the repository at this point in the history
…ayout="cards"
  • Loading branch information
ksuess committed May 15, 2021
1 parent 4122092 commit 7190c9c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Blocks/Reference/ReferenceSearchBlockView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import FacetedSearch from '../../Views/FacetedSearch';
const View = ({ data }) => {
return (
<div className="block searchkitsearch">
<FacetedSearch data={data} overriddenComponents={{}} />
<FacetedSearch
data={data}
overriddenComponents={{}}
filterLayout="cards"
/>
</div>
);
};
Expand Down

0 comments on commit 7190c9c

Please sign in to comment.