diff --git a/webapp/packages/plugin-connection-custom/src/CustomConnectionPluginBootstrap.ts b/webapp/packages/plugin-connection-custom/src/CustomConnectionPluginBootstrap.ts index 237e4baa04..0834e63f24 100644 --- a/webapp/packages/plugin-connection-custom/src/CustomConnectionPluginBootstrap.ts +++ b/webapp/packages/plugin-connection-custom/src/CustomConnectionPluginBootstrap.ts @@ -67,7 +67,6 @@ export class CustomConnectionPluginBootstrap extends Bootstrap { this.actionService.addHandler({ id: 'connection-custom', actions: [ACTION_CONNECTION_CUSTOM], - contexts: [DATA_CONTEXT_ELEMENTS_TREE], isHidden: (context, action) => this.isConnectionFeatureDisabled(action === ACTION_CONNECTION_CUSTOM), getLoader: (context, action) => getCachedMapResourceLoaderState(this.projectInfoResource, () => CachedMapAllKey), handler: this.createConnectionHandler.bind(this),