diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-19 17:02:17 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-19 17:02:17 -0400 |
| commit | fa37c6f8e9947b7f536d7ff7372c9f1025a3926d (patch) | |
| tree | 282c88555cfeef5e67a0b279ea6ef9dd5169455f /src/client/views/collections/CollectionSchemaCells.tsx | |
| parent | 5da4de27c45e4f40c88b710be64f0129e9be7088 (diff) | |
merge
Diffstat (limited to 'src/client/views/collections/CollectionSchemaCells.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaCells.tsx | 2 |
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) { |
