mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Fix wrong default values
This commit is contained in:
@@ -160,7 +160,7 @@ export const issueFields = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getPriorities',
|
||||
},
|
||||
default: [],
|
||||
default: '',
|
||||
required : false,
|
||||
description: 'Priority',
|
||||
},
|
||||
@@ -171,7 +171,7 @@ export const issueFields = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getUsers',
|
||||
},
|
||||
default: [],
|
||||
default: '',
|
||||
required : false,
|
||||
description: 'Assignee',
|
||||
},
|
||||
@@ -278,7 +278,7 @@ export const issueFields = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getPriorities',
|
||||
},
|
||||
default: [],
|
||||
default: '',
|
||||
required : false,
|
||||
description: 'Priority',
|
||||
},
|
||||
@@ -289,7 +289,7 @@ export const issueFields = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getUsers',
|
||||
},
|
||||
default: [],
|
||||
default: '',
|
||||
required : false,
|
||||
description: 'Assignee',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user