Skip to content

Commit

Permalink
Add back prop to story
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Nov 6, 2024
1 parent b73c844 commit 33c63ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/TreeView/TreeView.features.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const Files: StoryFn = () => (
export const FilesChanged: StoryFn = () => {
return (
<nav aria-label="Files">
<TreeView aria-label="Files">
<TreeView aria-label="Files" truncate={false}>
<TreeView.Item id="src" defaultExpanded>
<TreeView.LeadingVisual>
<TreeView.DirectoryIcon />
Expand Down

0 comments on commit 33c63ac

Please sign in to comment.