mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
don't update database name to master (#11216)
This commit is contained in:
@@ -370,7 +370,7 @@ export class PublishDatabaseDialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// change the database inputbox value to the connection's database if there is one
|
// change the database inputbox value to the connection's database if there is one
|
||||||
if (this.connection.options.database) {
|
if (this.connection.options.database && this.connection.options.database !== constants.master) {
|
||||||
this.targetDatabaseTextBox!.value = this.connection.options.database;
|
this.targetDatabaseTextBox!.value = this.connection.options.database;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user