aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-04-14 00:32:50 -0700
committerSam Wilkins <samwilkins333@gmail.com>2020-04-14 00:32:50 -0700
commitc551680dd75504e979482ba42ae6ab2b76feb4c3 (patch)
treecf02478ad66188b5f68a8079e549d6cc10227505 /src/client/views/collections/CollectionTreeView.tsx
parenta888dacc8e6a6400d52cdded0015e05ac5581d3d (diff)
parentdc985718e92f79290ee0609f6ac247829e46e86a (diff)
resolved
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index 23fb259fc..b96ee4bc4 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -754,7 +754,7 @@ export class CollectionTreeView extends CollectionSubView(Document, undefined as
}));
Document.childLayout = heroView;
- Document.childDetailed = detailView;
+ Document.childDetailView = detailView;
Document._viewType = CollectionViewType.Time;
Document._forceActive = true;
Document._pivotField = "company";