diff options
author | madelinegr <laura_wilson@brown.edu> | 2019-02-27 00:54:57 -0500 |
---|---|---|
committer | madelinegr <laura_wilson@brown.edu> | 2019-02-27 00:54:57 -0500 |
commit | 6d96342814874fe5ceec7264887a37e8aa1fab20 (patch) | |
tree | 640ee291ccec16114f3fbf8a90a442c5edf16332 | |
parent | 7087091612e39344c88f96eca12172a1045391bc (diff) |
kvp almost done +2
-rw-r--r-- | src/client/views/collections/CollectionFreeFormView.tsx | 2 |
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 { |