Add minValue on ClickUp-Node priority parameter

This commit is contained in:
Jan Oberhauser 2020-01-26 19:50:17 -08:00
parent 1d4f42d87b
commit 13c5eef866

View file

@ -274,6 +274,7 @@ export const taskFields = [
name: 'priority',
type: 'number',
typeOptions: {
minValue: 1,
maxValue: 4,
},
description: 'Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low',
@ -407,6 +408,7 @@ export const taskFields = [
name: 'priority',
type: 'number',
typeOptions: {
minValue: 1,
maxValue: 4,
},
description: 'Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low',