mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
GetAll Limit default value
This commit is contained in:
parent
93efb17c10
commit
dce70ad5c7
|
@ -84,6 +84,7 @@ export const contactFields = [
|
|||
displayName: 'Limit',
|
||||
name: 'limit',
|
||||
type: 'number',
|
||||
default: 20,
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
|
|
Loading…
Reference in a new issue