aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authoralinayejin <alina_kim@brown.edu>2023-12-06 23:35:32 -0500
committeralinayejin <alina_kim@brown.edu>2023-12-06 23:35:32 -0500
commit173df6c015790e00edd9c9305b1b520b31dc3134 (patch)
treed878767cf54ed60311b0984bd7f8b8872c03426d /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parentd39b3633f3ae1864c89be47b358624e059342d66 (diff)
parent7548211c816af70f6c5dfe92897f82527de3986d (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.tsx4
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);