feat(Salesforce Node): Add country field (#3314)

This commit is contained in:
Michael Kret
2022-05-24 09:56:33 +03:00
committed by GitHub
parent 5c5de0c92c
commit 90a1bc120b
9 changed files with 102 additions and 88 deletions

View File

@@ -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',