mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
⚡ Add minValue on ClickUp-Node priority parameter
This commit is contained in:
@@ -274,6 +274,7 @@ export const taskFields = [
|
|||||||
name: 'priority',
|
name: 'priority',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
minValue: 1,
|
||||||
maxValue: 4,
|
maxValue: 4,
|
||||||
},
|
},
|
||||||
description: 'Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low',
|
description: 'Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low',
|
||||||
@@ -407,6 +408,7 @@ export const taskFields = [
|
|||||||
name: 'priority',
|
name: 'priority',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
minValue: 1,
|
||||||
maxValue: 4,
|
maxValue: 4,
|
||||||
},
|
},
|
||||||
description: 'Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low',
|
description: 'Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low',
|
||||||
|
|||||||
Reference in New Issue
Block a user