Skip to content

Commit

Permalink
Merge pull request #605 from culturecreates/feature/issue-471
Browse files Browse the repository at this point in the history
Feature/issue 471
  • Loading branch information
AbhishekPAnil authored Sep 22, 2023
2 parents 980e1d6 + fc09a29 commit bdcd2e5
Show file tree
Hide file tree
Showing 3 changed files with 1,119 additions and 1,136 deletions.
2 changes: 1 addition & 1 deletion src/components/TreeSelectOption/TreeSelectOption.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function TreeSelectOption(props) {
showSearch
treeNodeFilterProp={'title'}
{...props}
showArrow
showArrow={props?.showArrow ?? true}
/>
);
}
Expand Down
Loading

0 comments on commit bdcd2e5

Please sign in to comment.