mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
fix: remove pageSize default value from block which causes initial pageSize bug
This commit is contained in:
parent
9a355db6fc
commit
f45ab270c3
@ -83,7 +83,6 @@ PaginationBlock.meta = {
|
||||
valueType: 'object',
|
||||
initValue: {
|
||||
current: 1,
|
||||
pageSize: 10,
|
||||
skip: 0,
|
||||
},
|
||||
category: 'input',
|
||||
|
Loading…
Reference in New Issue
Block a user