mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
fix schema compare 'Yes' button not showing for recomparing after changing options (#24134)
This commit is contained in:
@@ -68,8 +68,7 @@ export class SchemaCompareOptionsDialog {
|
||||
this.schemaComparison.setDeploymentOptions(this.optionsModel.deploymentOptions);
|
||||
|
||||
const yesItem: vscode.MessageItem = {
|
||||
title: loc.YesButtonText,
|
||||
isCloseAffordance: true
|
||||
title: loc.YesButtonText
|
||||
};
|
||||
|
||||
const noItem: vscode.MessageItem = {
|
||||
|
||||
Reference in New Issue
Block a user