mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 13:23:09 +00:00
Facets: Docs and a little cleanup
This commit is contained in:
parent
d6393ece00
commit
cab1e699f8
@ -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]: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user