mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-24 02:50:44 +02:00
fix(HubSpot Node): fix typo in deal search operator (#4278)
This commit is contained in:
@@ -617,7 +617,7 @@ export const dealFields: INodeProperties[] = [
|
||||
options: [
|
||||
{
|
||||
name: 'Contains Exactly',
|
||||
value: 'CONSTAIN_TOKEN',
|
||||
value: 'CONTAINS_TOKEN',
|
||||
},
|
||||
{
|
||||
name: 'Equal',
|
||||
|
||||
Reference in New Issue
Block a user