Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored and oandregal committed Dec 1, 2023
1 parent d0d1456 commit 77dc74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/page-pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export default function PagePages() {
totalPages,
} = useEntityRecords( 'postType', postType, queryArgs );

// Remove any selected pages that are no longer in the list of visible pages.
useEffect( () => {
if (
selection.some(
Expand Down

0 comments on commit 77dc74c

Please sign in to comment.