zap: Improvements

This commit is contained in:
ricardo
2020-08-14 18:36:47 -04:00
parent 8c24858f99
commit 091659df29
5 changed files with 215 additions and 114 deletions

View File

@@ -87,9 +87,9 @@ export const videoCategoryFields = [
},
typeOptions: {
minValue: 1,
maxValue: 500,
maxValue: 50,
},
default: 100,
default: 25,
description: 'How many results to return.',
},
] as INodeProperties[];