add aria labels to a couple radio groups in sql database projects (#22446)

This commit is contained in:
Kim Santiago
2023-03-24 15:21:33 -07:00
committed by GitHub
parent 738987c4d5
commit c8d0edf048
2 changed files with 2 additions and 2 deletions

View File

@@ -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({