mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-04 06:43:16 +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
|
* When the user clear the facet
|
||||||
* @param facet the facet that the user selects
|
* @param facet the facet that the user selects
|
||||||
*/
|
*/
|
||||||
onFacetClear(facet: any) {
|
onFacetClear(facet: ISearchFacet) {
|
||||||
this.set('selections', {
|
this.set('selections', {
|
||||||
...this.selections,
|
...this.selections,
|
||||||
[facet.name]: {}
|
[facet.name]: {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user