diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 16:59:21 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 16:59:21 -0400 |
| commit | 2cb379ebe0fd8f2dc9ffa64c2b303bef648cfa33 (patch) | |
| tree | 81f43150de7615e55ed0e6f7ac7b258a14c352a2 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | a12bc4e408119ca2c310c04598c3aa2b424751c5 (diff) | |
cleaned up ContainingCollectionView stuff a bit
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 63346a4c6..2c99c9c67 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -75,7 +75,6 @@ export class CollectionSchemaView extends CollectionSubView { let props: FieldViewProps = { Document: rowProps.value[0], fieldKey: rowProps.value[1], - CollectionView: this.props.CollectionView, ContainingCollectionView: this.props.CollectionView, isSelected: returnFalse, select: emptyFunction, |
