Skip to content

Commit

Permalink
[Site Editor]: Fix library command path (#51837)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored and ramonjd committed Jun 28, 2023
1 parent b2cdee8 commit 1be48f7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 1be48f7

Please sign in to comment.