mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Add aria-label option for flexContainer for add db reference dialog to use (#19911)
This commit is contained in:
@@ -233,7 +233,7 @@ export class AddDatabaseReferenceDialog {
|
||||
let flexRadioButtonsModel: azdataType.FlexContainer = this.view!.modelBuilder.flexContainer()
|
||||
.withLayout({ flexFlow: 'column' })
|
||||
.withItems([this.projectRadioButton, this.systemDatabaseRadioButton, dacpacRadioButton])
|
||||
.withProps({ ariaRole: 'radiogroup' })
|
||||
.withProps({ ariaRole: 'radiogroup', ariaLabel: constants.referenceRadioButtonsGroupTitle })
|
||||
.component();
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user