From 84eea14a86265ce0585342d9f3a3c4107c02df17 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Wed, 6 Feb 2019 01:43:09 -0500 Subject: Simplified function names in Document class --- src/views/collections/CollectionSchemaView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/views/collections/CollectionSchemaView.tsx') diff --git a/src/views/collections/CollectionSchemaView.tsx b/src/views/collections/CollectionSchemaView.tsx index 8503aaf1e..8817cb496 100644 --- a/src/views/collections/CollectionSchemaView.tsx +++ b/src/views/collections/CollectionSchemaView.tsx @@ -69,8 +69,8 @@ export class CollectionSchemaView extends CollectionViewBase { render() { const { DocumentForCollection: Document, CollectionFieldKey: fieldKey } = this.props; - const children = Document.GetListField(fieldKey, []); - const columns = Document.GetListField(KS.ColumnsKey, + const children = Document.GetList(fieldKey, []); + const columns = Document.GetList(KS.ColumnsKey, [KS.Title, KS.Data, KS.Author]) let content; if (this.selectedIndex != -1) { -- cgit v1.2.3-70-g09d2