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; }