Skip to content

Commit

Permalink
fix(tree): remove expandedKeys prop default value (#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaowoxiaobala authored Oct 24, 2023
1 parent e7fbd74 commit 92875cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Tree/src/types/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const treeProps = buildProps({

expandedKeys: {
type: Array as PropType<KeyType[]>,
default: () => [],
},

selectedKeys: {
Expand Down

0 comments on commit 92875cb

Please sign in to comment.