aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-13 21:46:20 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-13 21:46:20 -0400
commit130e26103461f23a2d8b57ea2eef6b17eefb8f8e (patch)
tree7d3e6b5cb58ed6ada84cc7f33b58ae94608cb3e7 /src/client/views/collections/CollectionTreeView.tsx
parent14b3f6b3580b1987bdf9f8f865a79087e801d367 (diff)
updated childDetailedView stuff for pivot view
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";