Skip to content

Commit

Permalink
CB-5573 ask for commit confirmation on connection edit recconect (#3085)
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Marutkina <[email protected]>
  • Loading branch information
devnaumov and dariamarutkina authored Nov 20, 2024
1 parent ff13d56 commit e56a298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class PublicConnectionFormService {
}

try {
await this.connectionInfoResource.close(connectionKey);
await this.connectionsManagerService.closeConnectionAsync(connectionKey);
await this.connectionsManagerService.requireConnection(connectionKey);
} catch (exception: any) {
this.notificationService.logException(exception, 'plugin_connections_connection_edit_reconnect_failed');
Expand Down

0 comments on commit e56a298

Please sign in to comment.