Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix lint, add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs committed Nov 28, 2023
1 parent bf775a9 commit 1095f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/terra-folder-tree/src/FolderTree.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const FolderTree = ({ children, title, headerLevel }) => (
<ul
className={cx('folder-tree')}
role="tree"
aria-label={title}
>
{children}
</ul>
Expand Down

0 comments on commit 1095f84

Please sign in to comment.