aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaCells.tsx
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-07-19 17:02:17 -0400
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-07-19 17:02:17 -0400
commitfa37c6f8e9947b7f536d7ff7372c9f1025a3926d (patch)
tree282c88555cfeef5e67a0b279ea6ef9dd5169455f /src/client/views/collections/CollectionSchemaCells.tsx
parent5da4de27c45e4f40c88b710be64f0129e9be7088 (diff)
merge
Diffstat (limited to 'src/client/views/collections/CollectionSchemaCells.tsx')
-rw-r--r--src/client/views/collections/CollectionSchemaCells.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaCells.tsx b/src/client/views/collections/CollectionSchemaCells.tsx
index 31a9baa11..7c82ed720 100644
--- a/src/client/views/collections/CollectionSchemaCells.tsx
+++ b/src/client/views/collections/CollectionSchemaCells.tsx
@@ -42,7 +42,7 @@ export interface CellProps {
export class CollectionSchemaCell extends React.Component<CellProps> {
@observable protected _isEditing: boolean = false;
protected _focusRef = React.createRef<HTMLDivElement>();
- protected _document = this.props.rowProps.original;
+ protected _document: Doc = this.props.rowProps.original;
componentDidMount() {
if (this._focusRef.current) {