diff --git a/packages/block-library/src/post-template/edit.js b/packages/block-library/src/post-template/edit.js index 40e565e3525d9d..2c8c142c2f4a0a 100644 --- a/packages/block-library/src/post-template/edit.js +++ b/packages/block-library/src/post-template/edit.js @@ -41,7 +41,6 @@ export default function PostTemplateEdit( { sticky, inherit, } = {}, - queryId, queryContext = [ { page: 1 } ], templateSlug, displayLayout: { type: layoutType = 'flex', columns = 1 } = {}, @@ -116,7 +115,6 @@ export default function PostTemplateEdit( { posts?.map( ( post ) => ( { postType: post.type, postId: post.id, - queryId, } ) ), [ posts ] );