diff options
| author | bobzel <zzzman@gmail.com> | 2021-04-05 15:54:32 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-04-05 15:54:32 -0400 |
| commit | dec600d6f57ffd2ac4983f2f13d79d8ed394ee4a (patch) | |
| tree | bdd00a959d70eb8a9ddf0c9d30e0f700785e6a9e /src/client/views/nodes | |
| parent | 647d49f4d33eada3cbd3a6e679d6097a76234f1d (diff) | |
cleanup from last.
Diffstat (limited to 'src/client/views/nodes')
| -rw-r--r-- | src/client/views/nodes/FilterBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FilterBox.tsx b/src/client/views/nodes/FilterBox.tsx index 65de0a296..501d02dc4 100644 --- a/src/client/views/nodes/FilterBox.tsx +++ b/src/client/views/nodes/FilterBox.tsx @@ -371,7 +371,6 @@ export class FilterBox extends ViewBoxBaseComponent<FieldViewProps, FilterBoxDoc // TODO uncomment the line below when the treeview x works // const options = this._allFacets.filter(facet => this.currentFacets.indexOf(facet) === -1).map(facet => ({ value: facet, label: facet })); const options = this._allFacets.map(facet => ({ value: facet, label: facet })); - console.log(this.props.PanelHeight()); return this.props.dontRegisterView ? (null) : <div className="filterBox-treeView" style={{ width: "100%" }}> <div className="filterBox-title"> |
