aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-28 00:20:14 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-28 00:20:14 -0500
commit23387df535e9ab87a08196aab19de6f937ae9bba (patch)
treeef5ea77a362d0884ee1cbfe7fa87bfe88c6f4e87 /src/client/views/collections/CollectionFreeFormView.tsx
parent4d356d098e44d3d736358d166e905aec1de9c4d6 (diff)
finished kvp
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx
index 29d254e56..137bcf706 100644
--- a/src/client/views/collections/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/CollectionFreeFormView.tsx
@@ -194,12 +194,6 @@ export class CollectionFreeFormView extends CollectionViewBase {
});
}
- @action
- addKVP(doc: Document) {
- let fields = doc.fields;
- //TODO: return kvpg
- }
-
@computed get backgroundLayout(): string | undefined {
let field = this.props.Document.GetT(KeyStore.BackgroundLayout, TextField);
if (field && field !== "<Waiting>") {
@@ -266,7 +260,6 @@ export class CollectionFreeFormView extends CollectionViewBase {
}
render() {
- //TODO: put KVP stuff in this function
//determines whether preview text cursor should be visible (ie when user taps this collection it should)
let cursor = null;