Skip to content

Commit

Permalink
Accessibility Fix for Metric Checkboxes (microsoft#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 authored Jan 8, 2024
1 parent 464c9f0 commit c2a9352
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ export class MetricConfigurationFlyout extends React.Component<
localization.ModelAssessment.ModelOverview.featureConfiguration
.metricSelectionAriaLabel
}
checkButtonAriaLabel={
localization.ModelAssessment.FeatureImportances
.RowCheckboxAriaLabel
}
/>
</Stack>
</Panel>
Expand Down

0 comments on commit c2a9352

Please sign in to comment.