Skip to content

Commit

Permalink
Merge pull request #6411 from melloware/PR6408
Browse files Browse the repository at this point in the history
Fix #6408: TreeSelect pass emptyMessage to Tree
  • Loading branch information
nitrogenous authored Apr 25, 2024
2 parents 80bbfa6 + b0cfdcd commit a838bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/treeselect/TreeSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ export const TreeSelect = React.memo(
<Tree
ref={treeRef}
id={listId.current}
emptyMessage={props.emptyMessage}
expandedKeys={expandedKeys}
filter={props.filter}
filterBy={props.filterBy}
Expand Down

0 comments on commit a838bcc

Please sign in to comment.