diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-29 13:21:41 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-29 13:21:41 -0400 |
commit | 18663c72459d551d154a555194ecb88729af574f (patch) | |
tree | 416a98cd8fe34dfb7ad9827941c13f3d4892f2c8 /src/client/views/nodes/KeyValueBox.tsx | |
parent | 27cafb6eebd1c6229c3377187a5c0043db25ba0a (diff) | |
parent | e7ea2028f54787d6c92fb22b789f17b7268d3793 (diff) |
merged with master
Diffstat (limited to 'src/client/views/nodes/KeyValueBox.tsx')
-rw-r--r-- | src/client/views/nodes/KeyValueBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/KeyValueBox.tsx b/src/client/views/nodes/KeyValueBox.tsx index b0fcc4202..e8075d076 100644 --- a/src/client/views/nodes/KeyValueBox.tsx +++ b/src/client/views/nodes/KeyValueBox.tsx @@ -222,7 +222,7 @@ export class KeyValueBox extends React.Component<FieldViewProps> { case RichTextField: return Docs.Create.TreeDocument([], options); case ImageField: - return Docs.Create.StackingDocument([], options, CollectionViewType.Masonry); + return Docs.Create.MasonryDocument([], options); default: console.log(`Template for ${first.data.constructor} not supported!`); return undefined; |