mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
remove role=alert (#9621)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user