Skip to content

Commit

Permalink
Fix typo in AutoComplete's emptyMessage for pass through (#7619)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenochiavone authored Jan 18, 2025
1 parent c88ec9b commit 5876853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/autocomplete/AutoCompletePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const AutoCompletePanel = React.memo(
{
className: cx('emptyMessage')
},
_ptm('emptyMesage')
_ptm('emptyMessage')
);

const listProps = mergeProps(
Expand Down

0 comments on commit 5876853

Please sign in to comment.