diff options
| author | bobzel <zzzman@gmail.com> | 2019-02-05 23:19:26 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2019-02-05 23:19:26 -0500 |
| commit | e59dbb02175ec394a35c496201da71c90cd6a50a (patch) | |
| tree | cf56fe399dca0fb64fece2ee1ed22044d95ea25c /src/views/collections/CollectionSchemaView.tsx | |
| parent | 4ac7a62d813738b0047caefbcf40d3063ec9e6c1 (diff) | |
mostly working version, but confused about LayoutKeys needing to inquire value seemingly unecessarily
Diffstat (limited to 'src/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/collections/CollectionSchemaView.tsx b/src/views/collections/CollectionSchemaView.tsx index bde727fea..59d54e8c4 100644 --- a/src/views/collections/CollectionSchemaView.tsx +++ b/src/views/collections/CollectionSchemaView.tsx @@ -75,7 +75,7 @@ export class CollectionSchemaView extends CollectionViewBase { let content; if (this.selectedIndex != -1) { var data = this.props.DocumentForCollection.GetField(KS.Data); - content = (<DocumentView Document={children[this.selectedIndex]} DocumentView={undefined} ContainingCollectionView={this} Data={data} />) + content = (<DocumentView Document={children[this.selectedIndex]} DocumentView={undefined} ContainingCollectionView={this} />) } else { content = <div /> } |
