Skip to content

Commit

Permalink
Added ariaLabel to cohort dropdown (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 authored Aug 30, 2023
1 parent c635039 commit 024d904
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export class ToolBar extends React.Component<IToolBarProps> {
options={dropdownOptions}
selectedKey={this.props.selectedCohort.cohort.name}
onChange={this.onSelect}
ariaLabel={
localization.Interpret.DatasetExplorer.datasetCohortDropdown
}
/>
</Stack.Item>
<Stack.Item>
Expand Down

0 comments on commit 024d904

Please sign in to comment.