Skip to content

Commit

Permalink
Site Editor: Fix the template parts link on the list page (#52891)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored and tellthemachines committed Jul 25, 2023
1 parent 2046e1b commit 453af8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function PageTemplateParts() {
params={ {
postId: templatePart.id,
postType: templatePart.type,
canvas: 'view',
canvas: 'edit',
} }
state={ { backPath: '/wp_template_part/all' } }
>
Expand Down

0 comments on commit 453af8b

Please sign in to comment.