bug/merge-marker #5

Merged
Joel merged 12 commits from bug/merge-marker into master 2022-09-14 19:20:06 +02:00
1 changed files with 0 additions and 20 deletions
Showing only changes of commit 6a17ab840b - Show all commits

View File

@ -260,24 +260,4 @@ export const projectDescription: INodeProperties[] = [
},
],
},
{
displayName: 'Contributor\'s Email\, Name or ID',
name: 'contributor',
type: 'options',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
default: '',
typeOptions: {
loadOptionsMethod: 'getEmails',
},
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'getCklph',
],
},
},
},
];