diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-16 21:38:38 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-16 21:38:38 -0400 |
commit | 9d17f2aaaf8ffc229c7b02006070380b0b35e7d3 (patch) | |
tree | 9e95fc40630da77e84be66013fa2a59b2dd6de69 /src/client/views/collections/CollectionSchemaView.tsx | |
parent | c878f1153352db8bf87d47486a0e1f35a1a29f09 (diff) |
Small change
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 497dfde88..a975d3fef 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -357,7 +357,7 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { render() { library.add(faCog); library.add(faPlus); - const children = this.children; + const children = this.childDocs; return ( <div className="collectionSchemaView-container" onPointerDown={this.onPointerDown} onWheel={this.onWheel} onDrop={(e: React.DragEvent) => this.onDrop(e, {})} onContextMenu={this.onContextMenu} ref={this.createTarget}> |