diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-30 16:39:28 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-30 16:39:28 -0400 |
| commit | efaa1a3afa994b66e47cc64cbd750b141a180894 (patch) | |
| tree | 68726706f0553bf99841a383247a3df9b8519ad4 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | f915c08c71d1384add30db49e4c74461d3cf0dcd (diff) | |
| parent | 7b6a7a648272e0fd5c248c64f69af5033a6d5f79 (diff) | |
Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-Web into menu_updates_geireann
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 1c54467c5..dd1f3e707 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1457,7 +1457,7 @@ export class CollectionFreeFormView extends CollectionSubView<PanZoomDocument, P getTransform={this.getTransform} isAnnotationOverlay={this.isAnnotationOverlay}> <div ref={this._marqueeRef} style={{ display: this.props.dontRenderDocuments ? "none" : undefined }}> - {this.layoutDoc["_backgroundGrid-show"] ? this.backgroundGrid : (null)} + {this.layoutDoc["_backgroundGridShow"] ? this.backgroundGrid : (null)} <CollectionFreeFormViewPannableContents isAnnotationOverlay={this.isAnnotationOverlay} transform={this.contentTransform} |
