mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fixing schema compare object type enum to follow PascalCasing (#5266)
This commit is contained in:
@@ -208,7 +208,7 @@ export class SchemaCompareResult {
|
||||
this.flexModel.addItem(this.splitView);
|
||||
|
||||
// only enable generate script button if the target is a db
|
||||
if (this.targetEndpointInfo.endpointType === azdata.SchemaCompareEndpointType.database) {
|
||||
if (this.targetEndpointInfo.endpointType === azdata.SchemaCompareEndpointType.Database) {
|
||||
this.generateScriptButton.enabled = true;
|
||||
this.applyButton.enabled = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user