aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-09 10:50:17 -0500
committerbobzel <zzzman@gmail.com>2021-03-09 10:50:17 -0500
commitaa6a2a80dab0a5879f119c5b54c9d1fbf08dde79 (patch)
treeaddbeade0d5614bb4c0ab3c93131e5adbb8ec547 /src/client/views/collections/TreeView.tsx
parent72f9988e5750f38d725aa0dd78e9af39a8794808 (diff)
parentf5e1997706f1ee977061aac3f071c245f444acee (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
-rw-r--r--src/client/views/collections/TreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx
index 106129127..7674b1451 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -608,7 +608,7 @@ export class TreeView extends React.Component<TreeViewProps> {
whenActiveChanged={this.props.whenActiveChanged}
bringToFront={emptyFunction}
cantBrush={this.props.treeView.props.cantBrush}
- dontRegisterView={BoolCast(this.props.treeView.props.Document.dontRegisterChildViews)}
+ dontRegisterView={BoolCast(this.props.treeView.props.Document.childDontRegisterViews)}
docFilters={returnEmptyFilter}
docRangeFilters={returnEmptyFilter}
searchFilterDocs={returnEmptyDoclist}