fix: remove pageSize default value from block which causes initial pageSize bug

This commit is contained in:
Machiel 2024-03-18 12:42:48 +02:00
parent 9a355db6fc
commit f45ab270c3

View File

@ -83,7 +83,6 @@ PaginationBlock.meta = {
valueType: 'object',
initValue: {
current: 1,
pageSize: 10,
skip: 0,
},
category: 'input',