diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-22 18:07:45 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-22 18:07:45 -0500 |
| commit | 66bcfb6364ca5d8b4a0fd26139966ea9d6c12f87 (patch) | |
| tree | 1ebe5791f5b5d534353f94d207b44b657ccc5965 /src/client/views/collections/CollectionView.tsx | |
| parent | a99cef9945c1c4f9e5ff07663fc6db5cda2dcd50 (diff) | |
adding buttons
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index eec68f9fc..853321d3c 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -50,6 +50,7 @@ import './CollectionView.scss'; import CollectionMenu from './CollectionMenu'; import { SharingPermissions } from '../../util/SharingManager'; import { PropertiesView } from './collectionFreeForm/PropertiesView'; +import { DocumentView } from '../nodes/DocumentView'; const higflyout = require("@hig/flyout"); export const { anchorPoints } = higflyout; export const Flyout = higflyout.default; @@ -589,6 +590,7 @@ export class CollectionView extends Touchable<FieldViewProps & CollectionViewCus overflow: this.propertiesWidth() < 15 ? "hidden" : undefined }}> <PropertiesView dataDoc={this.dataDoc} Document={this.props.Document} + docView={CollectionView as unknown as DocumentView} width={this._propertiesWidth} height={this.props.PanelHeight()} renderDepth={this.props.renderDepth} |
