mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -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: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Contains Exactly',
|
name: 'Contains Exactly',
|
||||||
value: 'CONSTAIN_TOKEN',
|
value: 'CONTAINS_TOKEN',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Equal',
|
name: 'Equal',
|
||||||
|
|
Loading…
Reference in a new issue