👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2022-07-10 12:20:57 +03:00
parent 6f5809edb3
commit 9eb156a353
2 changed files with 4 additions and 0 deletions

View File

@@ -110,6 +110,9 @@ export const searchFields: INodeProperties[] = [
displayName: 'Limit',
name: 'limit',
type: 'number',
typeOptions: {
minValue: 1,
},
default: 25,
displayOptions: {
show: {