mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
fix load publish profile not working (#17851)
This commit is contained in:
@@ -311,7 +311,9 @@ export class PublishDatabaseDialog {
|
||||
this.targetDatabaseDropDown!.values?.push(<any>value);
|
||||
this.targetDatabaseDropDown!.value = value;
|
||||
|
||||
this.targetDatabaseTextBox!.value = value;
|
||||
if (this.targetDatabaseTextBox) {
|
||||
this.targetDatabaseTextBox!.value = value;
|
||||
}
|
||||
}
|
||||
|
||||
public getBaseDockerImageName(): string {
|
||||
|
||||
Reference in New Issue
Block a user