Skip to content

Commit

Permalink
Builk Plugin Management: Use the same URL for Manage Plugins to avoid…
Browse files Browse the repository at this point in the history
… recreating the Dashboard (#98228)

* Builk Plugin Management: Use existing plugin list when available

* Revert "Builk Plugin Management: Use existing plugin list when available"

This reverts commit a546395.

* Update the link URL to avoid re-create the dashboard
  • Loading branch information
epeicher authored Jan 10, 2025
1 parent f053b81 commit 30f45cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/plugins/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const PluginsSidebar = ( { path, isCollapsed }: Props ) => {
{ isBulkPluginManagementEnabled && (
<SidebarItem
className="sidebar__menu-item--plugins"
link="/plugins/manage"
link="/plugins/manage/sites"
label={ translate( 'Manage Plugins' ) }
tooltip={ isCollapsed && translate( 'Manage Plugins' ) }
selected={ isManagedPluginSelected }
Expand Down

0 comments on commit 30f45cb

Please sign in to comment.