mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix publish profile telemetry for ADS (#21860)
This commit is contained in:
@@ -897,6 +897,8 @@ export class PublishDatabaseDialog {
|
|||||||
// show file path in text box and hover text
|
// show file path in text box and hover text
|
||||||
this.loadProfileTextBox!.value = fileUris[0].fsPath;
|
this.loadProfileTextBox!.value = fileUris[0].fsPath;
|
||||||
await this.loadProfileTextBox!.updateProperty('title', fileUris[0].fsPath);
|
await this.loadProfileTextBox!.updateProperty('title', fileUris[0].fsPath);
|
||||||
|
|
||||||
|
this.profileUsed = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user