Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Add SearchContainer demo props selectedSpecies
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyun1010 committed Aug 16, 2018
1 parent 2798745 commit 082e830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/facetedSearchContainerDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ const render = (target) => {
<FacetedSearchContainer results={episodes}
ResultElementClass={EpisodeCard}
checkboxFacetGroups={[`Season`]}
resultsMessage={`Search results`}/>,
resultsMessage={`Search results`}
selectedSpecies={``}/>,
document.getElementById(target))
}

Expand Down

0 comments on commit 082e830

Please sign in to comment.