Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-core): remove un-needed tabindex from vertical…
Browse files Browse the repository at this point in the history
… nav
  • Loading branch information
David Featherston committed Sep 16, 2024
1 parent edda55e commit ca11280
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const handleClick = (event) => {
:href="item.url"
:active="item?.active && !item.items?.some((i) => i.active)"
:show-child-icon="showIcon(index)"
:tabindex="isExpanded(item.id) ? '0' : '-1'"
@item-click="(event) => handleClick(event)"
/>
<RplVerticalNavList
Expand Down

0 comments on commit ca11280

Please sign in to comment.