Skip to content

Commit

Permalink
Restore useSyncPathWithURL
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Oct 13, 2023
1 parent 25c1801 commit b42a56e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export default function useSyncPathWithURL() {
updateUrlParams( {
postType: 'page',
postId: navigatorParams?.postId,
path: undefined,
} );
} else if ( navigatorLocation.path === '/patterns' ) {
updateUrlParams( {
Expand Down

0 comments on commit b42a56e

Please sign in to comment.