aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-27 00:54:57 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-27 00:54:57 -0500
commit6d96342814874fe5ceec7264887a37e8aa1fab20 (patch)
tree640ee291ccec16114f3fbf8a90a442c5edf16332
parent7087091612e39344c88f96eca12172a1045391bc (diff)
kvp almost done +2
-rw-r--r--src/client/views/collections/CollectionFreeFormView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx
index 5a5f9197d..e00201629 100644
--- a/src/client/views/collections/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/CollectionFreeFormView.tsx
@@ -166,7 +166,7 @@ export class CollectionFreeFormView extends CollectionViewBase {
@action
addKVP(doc: Document) {
let fields = doc.fields;
- //TODO: return kvp
+ //TODO: return kvpg
}
@computed get backgroundLayout(): string | undefined {