mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Salesforce Node): Add country field (#3314)
This commit is contained in:
@@ -74,7 +74,7 @@ export const flowFields: INodeProperties[] = [
|
||||
minValue: 1,
|
||||
maxValue: 500,
|
||||
},
|
||||
default: 100,
|
||||
default: 50,
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
|
||||
@@ -114,7 +114,7 @@ export const flowFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'If the input variables should be set via the value-key pair UI or JSON/RAW',
|
||||
description: 'Whether the input variables should be set via the value-key pair UI or JSON/RAW',
|
||||
},
|
||||
{
|
||||
displayName: 'Variables',
|
||||
|
||||
Reference in New Issue
Block a user