From b86551c7844661c717f182c0b49eb0ee4b2d5df7 Mon Sep 17 00:00:00 2001 From: artrejo Date: Mon, 21 Sep 2020 13:58:27 -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 3f8e3f0ff..389a7ab17 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; }