Skip to content

Commit

Permalink
Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kpustakhod committed May 12, 2023
1 parent 8e684fd commit 304dd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TreeView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import {

interface IUseTreeProps {
data: INode[];
controlledIds?: NodeId[];
controlledSelectedIds?: NodeId[];
controlledExpandedIds?: NodeId[];
defaultExpandedIds?: NodeId[];
defaultSelectedIds?: NodeId[];
Expand Down

0 comments on commit 304dd80

Please sign in to comment.