feat(QuickBooks Node): Add optional Tax item field (#3404)

* Added tax refs

* Nodelinter fixes
This commit is contained in:
Jonathan Bennetts
2022-06-03 19:35:24 +01:00
committed by GitHub
parent f02421b5f3
commit c341b45396
12 changed files with 117 additions and 88 deletions

View File

@@ -76,7 +76,7 @@ export const purchaseFields: INodeProperties[] = [
displayName: 'Limit',
name: 'limit',
type: 'number',
default: 5,
default: 50,
description: 'Max number of results to return',
typeOptions: {
minValue: 1,