Fix publish profile telemetry for ADS (#21860)

This commit is contained in:
Kim Santiago
2023-02-06 17:12:30 -08:00
committed by GitHub
parent 3036b53647
commit e1b35d266a

View File

@@ -897,6 +897,8 @@ export class PublishDatabaseDialog {
// show file path in text box and hover text
this.loadProfileTextBox!.value = fileUris[0].fsPath;
await this.loadProfileTextBox!.updateProperty('title', fileUris[0].fsPath);
this.profileUsed = true;
}
});