Remove AFEC check for Synapse Link and Mongo

This commit is contained in:
artrejo 2020-09-21 13:44:05 -07:00
parent 92c4440d38
commit 3ae1f97ccc

View File

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