diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-07 13:58:24 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-07 13:58:24 -0500 |
| commit | ccedb9302632fcdbc75292b90942a34b98bebcee (patch) | |
| tree | bcf200acbe57e570d9b2bafc9a64f623d7544fe3 /src/client/views/collections/CollectionTimeView.tsx | |
| parent | 92a5efa6876db1a497640aeb13fef5c8d99b102d (diff) | |
restored things that cause problems.
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTimeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.tsx b/src/client/views/collections/CollectionTimeView.tsx index d1e2844df..253dfa890 100644 --- a/src/client/views/collections/CollectionTimeView.tsx +++ b/src/client/views/collections/CollectionTimeView.tsx @@ -43,7 +43,7 @@ export class CollectionTimeView extends CollectionSubView(doc => doc) { @computed get _allFacets() { const facets = new Set<string>(); - //this.childDocs.forEach(child => Object.keys(Doc.GetProto(child)).forEach(key => facets.add(key))); + this.childDocs.forEach(child => Object.keys(Doc.GetProto(child)).forEach(key => facets.add(key))); return facets.toArray(); } |
