Skip to content

Commit

Permalink
fix: listbox frequency count popup (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Costantino Marullo committed May 17, 2023
1 parent 794e55d commit fd26f73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function Frequency({ cell, checkboxes, dense, showGray }) {
style={{ display: 'flex', alignItems: 'center' }}
className={classes.frequencyCount}
aria-label={frequencyText}
title={frequencyText}
>
<Typography
noWrap
Expand Down

0 comments on commit fd26f73

Please sign in to comment.