mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(HubSpot Node): fix typo in deal search operator (#4278)
This commit is contained in:
committed by
GitHub
parent
f914e6f4cb
commit
a2a397e980
@@ -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