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 | 5d6d6e00e8fbff1f4475235b1912efcee85eb91e (patch) | |
| tree | 1644e3fd5c2c13d4b59fb29c8e8b624902160f23 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 7b22d4c0e00666768bce7b7a570aec3e662d229f (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} /> |
