removed chykalophia specific operations

This commit is contained in:
Joel Sanguenza 2022-09-15 01:19:37 +08:00
parent ee8c3f4a3e
commit 6a17ab840b
1 changed files with 0 additions and 20 deletions

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',
],
},
},
},
];