From 595e7176de394e192bbde3499e6335953fdc1790 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 12 Aug 2020 17:41:00 -0400 Subject: fixed collections being hidden from SOLR. fixed warning. --- src/client/views/collections/CollectionTreeView.tsx | 2 +- src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 6768c6df9..872cd731d 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -497,7 +497,7 @@ class TreeView extends React.Component { } } } else this._editMaxWidth = ""; - return
this.props.active() && SelectionManager.DeselectAll()}> + return
this.props.active(true) && SelectionManager.DeselectAll()}>
  • { if (this.props.active(true)) { diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index 54b09ab72..c0b19fcd2 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -356,6 +356,7 @@ export class MarqueeView extends React.Component