diff --git a/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts index 00c372bf05..583080305c 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts @@ -105,13 +105,6 @@ export const contactFields = [ default: '', description: 'Phone number of the contact’s assistant.', }, - { - displayName: 'Currency', - name: 'Currency', - type: 'string', - default: '', - description: 'Symbol of the currency in which revenue is generated.', - }, makeCustomFieldsFixedCollection('contact'), { displayName: 'Date of Birth', @@ -267,13 +260,6 @@ export const contactFields = [ default: '', description: 'Phone number of the contact’s assistant.', }, - { - displayName: 'Currency', - name: 'Currency', - type: 'string', - default: '', - description: 'Symbol of the currency in which revenue is generated.', - }, makeCustomFieldsFixedCollection('contact'), { displayName: 'Date of Birth',