fix(Hubspot Node): Fix search operators (#3208)
This commit is contained in:
@@ -999,11 +999,11 @@ export const contactFields: INodeProperties[] = [
|
||||
},
|
||||
{
|
||||
name: 'Contains Exactly',
|
||||
value: 'CONSTAIN_TOKEN',
|
||||
value: 'CONTAINS_TOKEN',
|
||||
},
|
||||
{
|
||||
name: `Doesn't Contain Exactly`,
|
||||
value: 'NOT_CONSTAIN_TOKEN',
|
||||
value: 'NOT_CONTAINS_TOKEN',
|
||||
},
|
||||
],
|
||||
default: 'EQ',
|
||||
|
||||
Reference in New Issue
Block a user