Skip to content

Commit

Permalink
Patterns: Fix back navigation after pattern creation (#54852)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Sep 27, 2023
1 parent b813d3d commit 66903ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/add-new-pattern/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function AddNewPattern() {
history.push( {
postId: pattern.id,
postType: PATTERN_TYPES.user,
categoryType: PATTERN_TYPES.user,
categoryType: PATTERN_TYPES.theme,
categoryId,
canvas: 'edit',
} );
Expand Down

0 comments on commit 66903ed

Please sign in to comment.