Skip to content

Commit

Permalink
Update components/lib/treeselect/TreeSelect.js
Browse files Browse the repository at this point in the history
Co-authored-by: Melloware <[email protected]>
  • Loading branch information
akshayaqburst and melloware authored Mar 30, 2024
1 parent d6ce2f4 commit 4e7a63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/treeselect/TreeSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ export const TreeSelect = React.memo(
onPointerUp: clear,
tabIndex: props.tabIndex || '0',
onKeyDown: onClearIconKeyDown,
'aria-label': 'Clear Selection'
'aria-label': localeOption('clear')
},
ptm('clearIcon')
);
Expand Down

0 comments on commit 4e7a63f

Please sign in to comment.