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