diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-14 12:54:53 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-14 12:54:53 -0500 |
commit | 0270f73f924c1a097354421472b5d689ebf04e98 (patch) | |
tree | 9b4d1025adb85f18d8341bdb369f9cd2d1d4dc94 | |
parent | c5c7fa9c0b17bbcee582d4fd788d378a2f7cd243 (diff) | |
parent | 3f523f0af11ec5b5db9895a38ba81bfd4145d316 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_schema_view
-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 74f31b428..d5bd8bcaa 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -655,7 +655,7 @@ export class SchemaTable extends React.Component<SchemaTableProps> { resized={this.resized} onResizedChange={this.onResizedChange} SubComponent={!hasCollectionChild ? undefined : row => (row.original.type !== "collection") ? (null) : - <div className="reactTable-sub"><SchemaTable {...this.props} Document={row.original} childDocs={undefined} /></div>} + <div className="reactTable-sub"><SchemaTable {...this.props} Document={row.original} dataDoc={undefined} childDocs={undefined} /></div>} />; } |