Skip to content

Commit 19b122a

Browse files
committedJul 29, 2024·
do not update per_page when post is selected
1 parent cc33a14 commit 19b122a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎assets/js/admin/block-extension.js

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ const BlockEdit = (props) => {
6363
...query,
6464
include: pickedContent.map((post) => post.id),
6565
orderBy: pickedContent.length > 0 ? 'include' : 'date',
66-
perPage: pickedContent.length,
6766
offset: 0,
6867
},
6968
});

0 commit comments

Comments
 (0)
Please sign in to comment.