From ca99bbd0e88c469288c5d6128b3f2c7f7e4cae85 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Fri, 28 Feb 2025 11:38:22 +0200 Subject: [PATCH] =?UTF-8?q?Latest=20posts=20list=20only=20posts=20which=20?= =?UTF-8?q?don=E2=80=99t=20support=20custom=20menu=20order=20for=20sorting?= =?UTF-8?q?=20so=20we=20don=E2=80=99t=20attempt=20to=20resolve=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/block-library/src/latest-posts/edit.native.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/block-library/src/latest-posts/edit.native.js b/packages/block-library/src/latest-posts/edit.native.js index d2c1a533992ac4..632efa149313f6 100644 --- a/packages/block-library/src/latest-posts/edit.native.js +++ b/packages/block-library/src/latest-posts/edit.native.js @@ -148,7 +148,6 @@ class LatestPostsEdit extends Component { addLinkToFeaturedImage, order, orderBy, - orderByOptions, postsToShow, categories, } = attributes; @@ -216,7 +215,7 @@ class LatestPostsEdit extends Component {