Skip to content

Commit

Permalink
fixes bug with dissapeared create connection button at top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Dec 16, 2024
1 parent 27ae2a5 commit c758e33
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit c758e33

Please sign in to comment.