Facets: Docs and a little cleanup

This commit is contained in:
Ignacio Bona 2018-09-14 16:59:57 -07:00
parent d6393ece00
commit cab1e699f8

View File

@ -152,7 +152,7 @@ export default class SearchFacetsContainer extends Component {
* When the user clear the facet
* @param facet the facet that the user selects
*/
onFacetClear(facet: any) {
onFacetClear(facet: ISearchFacet) {
this.set('selections', {
...this.selections,
[facet.name]: {}