Skip to content

Commit

Permalink
Fix clicking browser's back button in edit mode from the Library
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Jun 16, 2023
1 parent 98990a2 commit 05ece59
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const GridItem = ( { categoryId, composite, icon, item } ) => {
const descriptionId = `edit-site-library__pattern-description-${ instanceId }`;

const { onClick } = useLink( {
path: '/library',
postType: item.type,
postId: item.type === USER_PATTERNS ? item.id : item.name,
categoryId,
Expand Down

0 comments on commit 05ece59

Please sign in to comment.