diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-05 17:28:15 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-05 17:28:15 -0400 |
| commit | 50ddaaab31351ad277fbd2ebb4405a99a721a536 (patch) | |
| tree | 9a41e3f3d15365807b95413ba1603f00c2433123 /src/client/views/collections/collectionFreeForm | |
| parent | f9e34ffc8b21780d966a149e5ba4459c602a6eed (diff) | |
| parent | d254d35d8d1fc10e9ca7ef5b9db06cd138b2d102 (diff) | |
Merge branch 'master' into menu_restructure
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx index a67f53cea..0c7111a1d 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx @@ -542,7 +542,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { getField(key: string) { //if (this.selectedDoc) { - return Field.toString(this.selectedDoc[key] as Field); + return Field.toString(this.selectedDoc![key] as Field); // } else { // return undefined as Opt<string>; // } |
