mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
add aria labels to a couple radio groups in sql database projects (#22446)
This commit is contained in:
@@ -492,7 +492,7 @@ export class UpdateProjectFromDatabaseDialog {
|
||||
let radioButtons = view.modelBuilder.flexContainer()
|
||||
.withLayout({ flexFlow: 'column' })
|
||||
.withItems([this.compareActionRadioButton, this.updateActionRadioButton])
|
||||
.withProps({ ariaRole: 'radiogroup' })
|
||||
.withProps({ ariaRole: 'radiogroup', ariaLabel: constants.actionLabel })
|
||||
.component();
|
||||
|
||||
const actionLabel = view.modelBuilder.text().withProps({
|
||||
|
||||
Reference in New Issue
Block a user