mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix typo in salesforce node description (#2500)
This commit is contained in:
@@ -325,11 +325,11 @@ export const opportunityFields = [
|
|||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Business',
|
name: 'Business',
|
||||||
valie: 'Business',
|
value: 'Business',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'New Business',
|
name: 'New Business',
|
||||||
valie: 'New Business',
|
value: 'New Business',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
description: 'Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type.',
|
description: 'Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type.',
|
||||||
|
|||||||
Reference in New Issue
Block a user