Skip to content

Commit

Permalink
fix: tree-select render blank in compact mode (ant-design#23231)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshoneA authored Apr 14, 2020
1 parent 4ad5830 commit efd2510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tree-select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class TreeSelect<T> extends React.Component<TreeSelectProps<T>, {}> {
treeCheckable,
multiple,
listHeight = 256,
listItemHeight = 32,
listItemHeight = 26,
notFoundContent,
switcherIcon,
treeLine,
Expand Down

0 comments on commit efd2510

Please sign in to comment.