diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-09-07 01:05:29 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-09-07 01:05:29 -0700 |
| commit | 76775dcec472c9629a1d272260b2a9e8f7083760 (patch) | |
| tree | 67f30da5fbbc534b6159569882f2208d2492ed0d /src/client/views/collections/collectionGrid/CollectionGridView.tsx | |
| parent | 0cad8ecdf46107d50bdb4b4720a320ae1392fa5e (diff) | |
| parent | 9a1fec81467e6d4b04c6e28d66b724aae92db826 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into new_audio
Diffstat (limited to 'src/client/views/collections/collectionGrid/CollectionGridView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.tsx b/src/client/views/collections/collectionGrid/CollectionGridView.tsx index 4e279c659..df4d71526 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.tsx +++ b/src/client/views/collections/collectionGrid/CollectionGridView.tsx @@ -175,7 +175,7 @@ export class CollectionGridView extends CollectionSubView(GridSchema) { onClick={this.onChildClickHandler} renderDepth={this.props.renderDepth + 1} parentActive={this.props.active} - display={StrCast(this.props.Document.display, "contents")} // sets the css display type of the ContentFittingDocumentView component + dontCenter={true} />; } |
