aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-06 22:54:43 -0500
committerbobzel <zzzman@gmail.com>2023-12-06 22:54:43 -0500
commitdf4c0931b6596d7b43a091f7ab5474d47c4f4ab4 (patch)
tree4655c8c7e26df700cdb7975c2580e3d71b24fa13 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parentcd9ad39d3a1cafc410c7a04ce6ed44cc926175de (diff)
cleanup
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);