diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-17 10:28:52 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-17 10:28:52 -0500 |
| commit | 12f3a4a1bfce522c7e647317035ec0deda5c73d5 (patch) | |
| tree | 773c05b1b21191424244944bf926604cba490c1e /src/client/views/collections/CollectionPivotView.tsx | |
| parent | 2706f80b352e8a4fba692a9ad0b69ea2a7e25c2d (diff) | |
moving things around. changed multiColumnView to not use intermediate config docs.
Diffstat (limited to 'src/client/views/collections/CollectionPivotView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionPivotView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionPivotView.tsx b/src/client/views/collections/CollectionPivotView.tsx index d6261c7ee..6af7cce70 100644 --- a/src/client/views/collections/CollectionPivotView.tsx +++ b/src/client/views/collections/CollectionPivotView.tsx @@ -75,7 +75,6 @@ export class CollectionPivotView extends CollectionSubView(doc => doc) { Object.keys(Doc.GetProto(child)).forEach(key => child[key] instanceof Doc && facetValues.add((child[key] as Doc)[facet]?.toString() || "(null)")); facetValues.add(child[facet]?.toString() || "(null)"); }); - this.childDocs const newFacetVals = facetValues.toArray().map(val => Docs.Create.TextDocument({ title: val.toString() })); const newFacet = Docs.Create.FreeformDocument(newFacetVals, { title: facet, treeViewOpen: true, isFacetFilter: true }); |
