Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/admin-omnibox/action-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const createRoleTestingGroup = (
export const createAdminLinks = (): OmniboxAdminLink[] => [
{
label: 'Admin Panel',
href: '/admin/organizations',
href: '/admin/users',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Omnibox still has a second Admin Panel link pointing at /admin/organizations

This updates the registry action, but the persistent button in src/components/admin-omnibox/AdminOmnibox.tsx:177 still sends users to the organizations page. As written, the omnibox now has two Admin Panel entry points that land on different destinations, so the bug remains for anyone using the info-panel link.

icon: Building2,
},
{
Expand Down
Loading