diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-25 16:42:02 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-25 16:42:02 -0400 |
| commit | 8af69f89c93b7f4287c1fba237ea42aa741c4137 (patch) | |
| tree | 662f5b46f5351642ee2ccfd290ecfcd3bf86693f /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | f65af3927995f4b024d670c5bd888103166a19a1 (diff) | |
testing stuff for document field extensions.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index b3d8451dc..17d87be7e 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -101,6 +101,7 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { Document: rowProps.original, DataDoc: rowProps.original, fieldKey: rowProps.column.id as string, + fieldExt: "", ContainingCollectionView: this.props.CollectionView, isSelected: returnFalse, select: emptyFunction, |
