From 3ae1f97cccb306057d72770f85b8cb28cf1fe206 Mon Sep 17 00:00:00 2001 From: artrejo Date: Mon, 21 Sep 2020 13:44:05 -0700 Subject: [PATCH] Remove AFEC check for Synapse Link and Mongo --- src/Explorer/Panes/AddCollectionPane.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Panes/AddCollectionPane.ts b/src/Explorer/Panes/AddCollectionPane.ts index ef17941e8..3949471b3 100644 --- a/src/Explorer/Panes/AddCollectionPane.ts +++ b/src/Explorer/Panes/AddCollectionPane.ts @@ -608,7 +608,7 @@ export default class AddCollectionPane extends ContextualPaneBase { return true; } - if (this.container.isPreferredApiMongoDB() && this.container.hasStorageAnalyticsAfecFeature()) { + if (this.container.isPreferredApiMongoDB()) { return true; }