Remove AFEC check for Synapse Link and Mongo

This commit is contained in:
artrejo
2020-09-21 13:58:27 -07:00
parent 9b021b29b9
commit b86551c784

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