fix load publish profile not working (#17851)

This commit is contained in:
Kim Santiago
2021-12-08 10:50:37 -08:00
committed by GitHub
parent 6fab8ac012
commit 485c0bd17b

View File

@@ -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 {