We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc33a14 commit 19b122aCopy full SHA for 19b122a
assets/js/admin/block-extension.js
@@ -63,7 +63,6 @@ const BlockEdit = (props) => {
63
...query,
64
include: pickedContent.map((post) => post.id),
65
orderBy: pickedContent.length > 0 ? 'include' : 'date',
66
- perPage: pickedContent.length,
67
offset: 0,
68
},
69
});
0 commit comments