remove role=alert (#9621)

This commit is contained in:
Kim Santiago
2020-03-16 12:11:59 -07:00
committed by GitHub
parent 7ed072c44d
commit b9ce15158d

View File

@@ -98,8 +98,7 @@ export class DeployPlanPage extends DacFxConfigPage {
data: this.getColumnData(result), data: this.getColumnData(result),
columns: this.getTableColumns(result.dataLossAlerts.size > 0), columns: this.getTableColumns(result.dataLossAlerts.size > 0),
width: 875, width: 875,
height: 300, height: 300
ariaRole: 'alert'
}); });
if (result.dataLossAlerts.size > 0) { if (result.dataLossAlerts.size > 0) {