🐛 Fix typo in salesforce node description (#2500)

This commit is contained in:
Zvonimir Erdelja 2021-11-30 15:30:39 +01:00 committed by GitHub
parent fe741bd90a
commit b005686ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -325,11 +325,11 @@ export const opportunityFields = [
options: [
{
name: 'Business',
valie: 'Business',
value: '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.',