We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af87686 commit 370fd06Copy full SHA for 370fd06
1 file changed
src/connected/binding.ts
@@ -177,7 +177,7 @@ export class BindingService {
177
}
178
179
isRelatedConnectionValid(connectionId: string) : boolean {
180
- return this.settingsService.getStatusForConnection(connectionId).success;
+ return this.settingsService.getStatusForConnection(connectionId)?.success ?? false;
181
182
183
async getBaseServerUrl(connectionId: string, serverType: ServerType): Promise<string> {
0 commit comments