diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-06 18:26:57 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-06 18:26:57 -0400 |
| commit | 0a14ecf9b9fa5e15bc3e5373c8f042f9cd876c8a (patch) | |
| tree | 688c5073f97a9d3cb8113ad1698c101651a9c699 /src/client/views/collections/CollectionPDFView.tsx | |
| parent | a37629f55ef279167a5ef2fec88dc548f36f4938 (diff) | |
region annotation basics
Diffstat (limited to 'src/client/views/collections/CollectionPDFView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionPDFView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionPDFView.tsx b/src/client/views/collections/CollectionPDFView.tsx index 5e51437a4..773e4ae60 100644 --- a/src/client/views/collections/CollectionPDFView.tsx +++ b/src/client/views/collections/CollectionPDFView.tsx @@ -13,6 +13,9 @@ import { Id } from "../../../new_fields/FieldSymbols"; @observer export class CollectionPDFView extends React.Component<FieldViewProps> { + constructor(props: FieldViewProps) { + super(props); + } public static LayoutString(fieldKey: string = "data") { return FieldView.LayoutString(CollectionPDFView, fieldKey); |
