Fixing schema compare object type enum to follow PascalCasing (#5266)

This commit is contained in:
udeeshagautam
2019-04-30 11:07:46 -07:00
committed by GitHub
parent 77c6f5c9a2
commit f7fc94520a
5 changed files with 273 additions and 273 deletions

View File

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