aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-05 17:28:15 -0400
committerbobzel <zzzman@gmail.com>2020-08-05 17:28:15 -0400
commit50ddaaab31351ad277fbd2ebb4405a99a721a536 (patch)
tree9a41e3f3d15365807b95413ba1603f00c2433123 /src/client/views/collections/collectionFreeForm
parentf9e34ffc8b21780d966a149e5ba4459c602a6eed (diff)
parentd254d35d8d1fc10e9ca7ef5b9db06cd138b2d102 (diff)
Merge branch 'master' into menu_restructure
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/PropertiesView.tsx2
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>;
// }