Remove AFEC check for Synapse Link and Mongo
This commit is contained in:
parent
92c4440d38
commit
3ae1f97ccc
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue