diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-22 21:39:40 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-22 21:39:40 -0500 |
| commit | 5fc58916b07453d212645b313c9074b5dcc1ee84 (patch) | |
| tree | 1644e3fd5c2c13d4b59fb29c8e8b624902160f23 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 6efeab21923c0ca7667bcebf40a84b16248077f1 (diff) | |
moved backgroundLayout to CollectionFreeForm
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 3 |
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} /> |
