diff options
author | bob <bcz@cs.brown.edu> | 2019-10-21 16:38:33 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-10-21 16:38:33 -0400 |
commit | a27db333f528f7381fda591094aebba684a80639 (patch) | |
tree | cc4fd0a18574db57863a305b6c57618f19a815a8 /src/client/views/CollectionLinearView.tsx | |
parent | 8efea66fd5723becf36dd6e3b2a95435d8528748 (diff) |
more fixes after removed fieldExt
Diffstat (limited to 'src/client/views/CollectionLinearView.tsx')
-rw-r--r-- | src/client/views/CollectionLinearView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/CollectionLinearView.tsx b/src/client/views/CollectionLinearView.tsx index c6602b9cb..4e03b8c95 100644 --- a/src/client/views/CollectionLinearView.tsx +++ b/src/client/views/CollectionLinearView.tsx @@ -75,6 +75,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { <DocumentView Document={pair.layout} DataDoc={pair.data} + fieldKey={this.props.fieldKey} addDocument={this.props.addDocument} moveDocument={this.props.moveDocument} addDocTab={this.props.addDocTab} |