aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-02-22 21:39:40 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-02-22 21:39:40 -0500
commit5fc58916b07453d212645b313c9074b5dcc1ee84 (patch)
tree1644e3fd5c2c13d4b59fb29c8e8b624902160f23 /src/client/views/collections/CollectionSchemaView.tsx
parent6efeab21923c0ca7667bcebf40a84b16248077f1 (diff)
moved backgroundLayout to CollectionFreeForm
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/CollectionSchemaView.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx
index ca47f6998..d2db93120 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -34,7 +34,8 @@ export class CollectionSchemaView extends CollectionViewBase {
fieldKey: rowProps.value[1],
isSelected: () => false,
select: () => { },
- isTopMost: false
+ isTopMost: false,
+ bindings: {}
}
let contents = (
<FieldView {...props} />