Skip to content

Commit

Permalink
make the first ActionList role=list
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Feb 28, 2024
1 parent 7ebfbfb commit ae2172f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ export const NestedSelection = () => {
<SelectPanel.SearchInput placeholder="Search (not implemented in demo)" />
</SelectPanel.Header>

<ActionList showDividers>
<ActionList showDividers role="list">
{reposToShow.map(repo => (
<ActionList.Item
key={repo.name}
Expand Down

0 comments on commit ae2172f

Please sign in to comment.