Skip to content

Commit

Permalink
feature: show accessRequests in Security menu
Browse files Browse the repository at this point in the history
Fixes #1752.
  • Loading branch information
tkurki committed Jun 12, 2024
1 parent 14b5b0f commit 97d4b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server-admin-ui/src/components/Sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class Sidebar extends Component {
>
<i className={item.icon} />
{item.name}
{badge(item.badge)}
</a>
<ul className="nav-dropdown-items">{navList(item.children)}</ul>
</li>
Expand Down

0 comments on commit 97d4b72

Please sign in to comment.