fix(plugin-workflow): fix page limit (#5694)

This commit is contained in:
Junyi 2024-11-20 21:47:53 +08:00 committed by GitHub
parent 8195511b09
commit 6595d7cac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,6 @@ export const pagination = {
'x-component': 'InputNumber',
'x-component-props': {
min: 1,
max: 100,
},
default: 20,
},