From c39a9b24345a77fc738d33b7c112296fd1f4279d Mon Sep 17 00:00:00 2001
From: usodhi <61431818+usodhi@users.noreply.github.com>
Date: Tue, 11 May 2021 21:22:23 -0400
Subject: icon displays for freeform, need to find position for the rest
---
.../views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src')
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 870b0f79d..9bc764aca 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -1495,7 +1495,7 @@ export class CollectionFreeFormView extends CollectionSubView}
- {StrListCast(this.props.Document._docFilters).length || StrListCast(this.props.Document._docRangeFilters).length ?
+ {StrListCast(this.props.Document._docFilters).length || StrListCast(this.props.Document._docRangeFilters).length || StrListCast(CurrentUserUtils.ActiveDashboard._docFilters).length || StrListCast(CurrentUserUtils.ActiveDashboard._docRangeFilters).length ?
{ runInAction(() => CurrentUserUtils.propertiesWidth = 250); e.stopPropagation(); }}
--
cgit v1.2.3-70-g09d2