mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
This commit is contained in:
@@ -440,6 +440,9 @@ export class BackupComponent extends AngularDisposable {
|
|||||||
|
|
||||||
// Set backup type
|
// Set backup type
|
||||||
this.backupTypeSelectBox!.setOptions(this.backupTypeOptions, 0);
|
this.backupTypeSelectBox!.setOptions(this.backupTypeOptions, 0);
|
||||||
|
// The above call does not set the private variable for selectedOption variable in select box
|
||||||
|
// Doing a point fix for backup since select box changes have wider unwanted impact
|
||||||
|
this.backupTypeSelectBox!.select(0);
|
||||||
|
|
||||||
this.setDefaultBackupName();
|
this.setDefaultBackupName();
|
||||||
this.backupNameBox!.focus();
|
this.backupNameBox!.focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user