From b9ce15158dbe4e38aa24f3ae2879e1a2cc3cf1ec Mon Sep 17 00:00:00 2001 From: Kim Santiago <31145923+kisantia@users.noreply.github.com> Date: Mon, 16 Mar 2020 12:11:59 -0700 Subject: [PATCH] remove role=alert (#9621) --- extensions/dacpac/src/wizard/pages/deployPlanPage.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/dacpac/src/wizard/pages/deployPlanPage.ts b/extensions/dacpac/src/wizard/pages/deployPlanPage.ts index ad84686650..288355960b 100644 --- a/extensions/dacpac/src/wizard/pages/deployPlanPage.ts +++ b/extensions/dacpac/src/wizard/pages/deployPlanPage.ts @@ -98,8 +98,7 @@ export class DeployPlanPage extends DacFxConfigPage { data: this.getColumnData(result), columns: this.getTableColumns(result.dataLossAlerts.size > 0), width: 875, - height: 300, - ariaRole: 'alert' + height: 300 }); if (result.dataLossAlerts.size > 0) {