Skip to content

Commit

Permalink
Fix primefaces#6408: TreeSelect pass emptyMessage to Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 17, 2024
1 parent 2c32202 commit b0cfdcd
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 b0cfdcd

Please sign in to comment.