diff --git a/packages/edit-site/src/hooks/commands/use-edit-mode-commands.js b/packages/edit-site/src/hooks/commands/use-edit-mode-commands.js index a6ab867d043ecb..0550a0d5978915 100644 --- a/packages/edit-site/src/hooks/commands/use-edit-mode-commands.js +++ b/packages/edit-site/src/hooks/commands/use-edit-mode-commands.js @@ -154,9 +154,7 @@ function useManipulateDocumentCommands() { decodeEntities( template.title ) ); const path = - template.type === TEMPLATE_POST_TYPE - ? '/wp_template' - : '/wp_template_part/all'; + template.type === TEMPLATE_POST_TYPE ? '/wp_template' : '/patterns'; commands.push( { name: 'core/remove-template', label,