From cab1e699f85a46bb604c2d3a5852a8f7384f3f2c Mon Sep 17 00:00:00 2001 From: Ignacio Bona Date: Fri, 14 Sep 2018 16:59:57 -0700 Subject: [PATCH] Facets: Docs and a little cleanup --- wherehows-web/app/components/search/containers/search-facets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wherehows-web/app/components/search/containers/search-facets.ts b/wherehows-web/app/components/search/containers/search-facets.ts index 047aa7df66..32cd3b608f 100644 --- a/wherehows-web/app/components/search/containers/search-facets.ts +++ b/wherehows-web/app/components/search/containers/search-facets.ts @@ -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]: {}