diff options
Diffstat (limited to 'src')
-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 { |