mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
Fix app name in Report Issue dialog (#1292)
This commit is contained in:
@@ -462,11 +462,12 @@ export class IssueReporter extends Disposable {
|
||||
response.json().then(result => {
|
||||
this.clearSearchResults();
|
||||
|
||||
if (result && result.candidates) {
|
||||
this.displaySearchResults(result.candidates);
|
||||
} else {
|
||||
throw new Error('Unexpected response, no candidates property');
|
||||
}
|
||||
// {{SQL CARBON EDIT}}
|
||||
// if (result && result.candidates) {
|
||||
// this.displaySearchResults(result.candidates);
|
||||
// } else {
|
||||
// throw new Error('Unexpected response, no candidates property');
|
||||
// }
|
||||
}).catch((error) => {
|
||||
this.logSearchError(error);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user