diff options
| author | bobzel <zzzman@gmail.com> | 2019-02-12 15:49:06 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2019-02-12 15:49:06 -0500 |
| commit | 7a93f60c9529e5d175e617fc7c07145a9b33e572 (patch) | |
| tree | ebcd74da2f51bbf0477dc53b128756c54c7137ba /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 2541c2cd562251143050554f3c0117caed6d9345 (diff) | |
more updates to resizing, etc.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -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 331c4f6fe..f1e882e20 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -27,7 +27,7 @@ export class CollectionSchemaView extends CollectionViewBase { let props: FieldViewProps = { doc: rowProps.value[0], fieldKey: rowProps.value[1], - DocumentViewForField: undefined + DocumentViewForField: undefined, } let contents = ( <FieldView {...props} /> |
