From 6a17ab840b14727de2171c56a3bca2d0bcf104b2 Mon Sep 17 00:00:00 2001 From: joel Date: Thu, 15 Sep 2022 01:19:37 +0800 Subject: [PATCH] removed chykalophia specific operations --- .../Plutio/descriptions/ProjectDescription.ts | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/nodes/Plutio/descriptions/ProjectDescription.ts b/nodes/Plutio/descriptions/ProjectDescription.ts index 5852b01..ef3c511 100644 --- a/nodes/Plutio/descriptions/ProjectDescription.ts +++ b/nodes/Plutio/descriptions/ProjectDescription.ts @@ -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 expression', - default: '', - typeOptions: { - loadOptionsMethod: 'getEmails', - }, - displayOptions: { - show: { - resource: [ - 'project', - ], - operation: [ - 'getCklph', - ], - }, - }, - }, ];