Skip to content
Prev Previous commit
Next Next commit
[Site Editor]: Fix library command path (#51837)
  • Loading branch information
ntsekouras authored and tellthemachines committed Jun 28, 2023
commit af9f28b39f5335ec006ad62b8189ab9c7f225333
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function useSiteEditorBasicNavigationCommands() {
icon: symbolFilled,
callback: ( { close } ) => {
const args = {
path: '/wp_template_part',
path: '/library',
};
const targetUrl = addQueryArgs( 'site-editor.php', args );
if ( isSiteEditor ) {
Expand Down