Skip to content

Commit

Permalink
test : modify a tree view test example
Browse files Browse the repository at this point in the history
  • Loading branch information
BelkacemYerfa committed Mar 3, 2024
1 parent 4b34045 commit e163774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/src/components/extension/model.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ export const TreeViewTest = () => {
<div className="flex gap-2 pl-2">
<TreeView
elements={elements}
initialSelectedId="Element 21"
initialSelectedId="Element 7"
initialExpendedItems={["Element 9"]}
indicator={true}
/>
Expand Down

0 comments on commit e163774

Please sign in to comment.