From d9616385c5c386f731cb86bbd98d1078d6ec9dc6 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Thu, 19 Mar 2020 21:40:00 -0400 Subject: from last --- src/client/views/collections/CollectionTreeView.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index c02c4ac3f..8327a91de 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -638,10 +638,8 @@ export type collectionTreeViewProps = { onCheckedClick?: ScriptField; }; -let xx: collectionTreeViewProps = {}; - @observer -export class CollectionTreeView extends CollectionSubView(Document, xx) { +export class CollectionTreeView extends CollectionSubView(Document, undefined as any as collectionTreeViewProps) { private treedropDisposer?: DragManager.DragDropDisposer; private _mainEle?: HTMLDivElement; -- cgit v1.2.3-70-g09d2