diff options
| author | alinayejin <alina_kim@brown.edu> | 2023-12-06 23:35:32 -0500 |
|---|---|---|
| committer | alinayejin <alina_kim@brown.edu> | 2023-12-06 23:35:32 -0500 |
| commit | 173df6c015790e00edd9c9305b1b520b31dc3134 (patch) | |
| tree | d878767cf54ed60311b0984bd7f8b8872c03426d /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | d39b3633f3ae1864c89be47b358624e059342d66 (diff) | |
| parent | 7548211c816af70f6c5dfe92897f82527de3986d (diff) | |
Merge branch 'info-ui' of https://github.com/brown-dash/Dash-Web into info-ui
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index e432c9682..91617ec44 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1429,9 +1429,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection return anchor; }; - infoUI = () => { - return <CollectionFreeFormInfoUI Document={this.Document} Freeform={this}></CollectionFreeFormInfoUI>; - }; // this.props.PanelWidth(), this.props.PanelHeight() + infoUI = () => <CollectionFreeFormInfoUI Document={this.Document} Freeform={this} />; componentDidMount() { this.props.setContentView?.(this); |
