diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-27 18:45:28 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-27 18:45:28 -0400 |
commit | 2065186202404a2bb70f45da7ae842297da3c14c (patch) | |
tree | 57ff41712222b263b8f7da5392b106723a4874d9 /src/client/views/collections/CollectionPDFView.tsx | |
parent | d9a6f6ff53f385fbaa26f5911cbbe9e8ab975a48 (diff) |
fixes
Diffstat (limited to 'src/client/views/collections/CollectionPDFView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionPDFView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionPDFView.tsx b/src/client/views/collections/CollectionPDFView.tsx index 9074854d6..70010819a 100644 --- a/src/client/views/collections/CollectionPDFView.tsx +++ b/src/client/views/collections/CollectionPDFView.tsx @@ -78,7 +78,7 @@ export class CollectionPDFView extends React.Component<FieldViewProps> { let props = { ...this.props, ...renderProps }; return ( <> - <CollectionFreeFormView {...props} setPdfBox={this.setPdfBox} CollectionView={this} /> + <CollectionFreeFormView {...props} setPdfBox={this.setPdfBox} CollectionView={this} chromeCollapsed={true} /> {renderProps.active() ? this.uIButtons : (null)} </> ); |