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