diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-21 09:18:45 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-21 09:18:45 -0400 |
commit | cccc43c64a749e34a993e32f8616ac7e0532c7d9 (patch) | |
tree | 35a804b50f19d6557901ad3d358e620946c5735e /src/client/views/collections/CollectionTreeView.tsx | |
parent | ce54e04c09ee0f7549d436f6ffe1f9f9b9efd7b5 (diff) |
more templating fixes.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index eaa3add40..7528bc29d 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -276,6 +276,7 @@ class TreeView extends React.Component<TreeViewProps> { contentElement = <div ref={this._dref} style={{ display: "inline-block", height: this.props.panelHeight() }} key={this.props.document[Id]}> <CollectionSchemaPreview Document={this.props.document} + DataDocument={this.props.document} width={docWidth} height={this.props.panelHeight} getTransform={this.docTransform} |