Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kseniya57 committed Jan 12, 2021
1 parent 9e8ec71 commit b641a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idui/react-tree",
"version": "1.2.1",
"version": "1.2.2",
"description": "React Tree Component",
"author": "kaprisa57@gmail.com",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/components/CheckboxTree/CheckboxTree.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ CheckboxTree.defaultProps = {
...Tree.defaultProps,
onChange: _.noop,
checkedKeys: [],
renderLeaf: undefined,
};

export default CheckboxTree;

0 comments on commit b641a00

Please sign in to comment.