We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9780de4 commit c5a8817Copy full SHA for c5a8817
packages/compass-connections/src/stores/connections-store-redux.ts
@@ -1286,7 +1286,7 @@ const connectionAttemptError = (
1286
onDebugClick:
1287
compassAssistant.interpretConnectionError && connectionInfo
1288
? () => {
1289
- compassAssistant.interpretConnectionError({
+ compassAssistant.interpretConnectionError?.({
1290
connectionInfo,
1291
error: err,
1292
});
0 commit comments