mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(HubSpot Node): fix typo in deal search operator (#4278)
This commit is contained in:
parent
f914e6f4cb
commit
a2a397e980
|
@ -617,7 +617,7 @@ export const dealFields: INodeProperties[] = [
|
|||
options: [
|
||||
{
|
||||
name: 'Contains Exactly',
|
||||
value: 'CONSTAIN_TOKEN',
|
||||
value: 'CONTAINS_TOKEN',
|
||||
},
|
||||
{
|
||||
name: 'Equal',
|
||||
|
|
Loading…
Reference in a new issue