From 1b45d2610576ded9fc0c6ca9dbb64cf06b3db1e1 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 6 Dec 2023 23:41:11 -0500 Subject: from last cleanup --- .../views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx') diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx index a54ee4b2c..57d2b7ba1 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx @@ -60,7 +60,7 @@ export class CollectionFreeFormInfoUI extends React.Component this.first_doc && LinkManager.Instance.getAllDirectLinks(this.first_doc), + events: () => LinkManager.Instance.getAllDirectLinks(this.first_doc), actions: links => links?.length && (this.currState = this.state3), }, { @@ -77,7 +77,7 @@ export class CollectionFreeFormInfoUI extends React.Component this.first_doc && LinkManager.Instance.getAllDirectLinks(this.first_doc), + events: () => LinkManager.Instance.getAllDirectLinks(this.first_doc), actions: links => links?.length === 0 && (this.currState = this.state2), }, { -- cgit v1.2.3-70-g09d2