mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
@@ -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