fix schema compare 'Yes' button not showing for recomparing after changing options (#24134)

This commit is contained in:
Kim Santiago
2023-08-15 07:09:30 -10:00
committed by GitHub
parent 01b47a1960
commit 988b3ccd3c

View File

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