mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Filter parameter: Improve loose type validation for booleans (#10702)
This commit is contained in:
@@ -34,7 +34,7 @@ export const returnAllOrLimit: INodeProperties[] = [
|
||||
];
|
||||
|
||||
export const looseTypeValidationProperty: INodeProperties = {
|
||||
displayName: 'Less Strict Type Validation',
|
||||
displayName: 'Convert Value Types',
|
||||
description: 'Whether to try casting value types based on the selected operator',
|
||||
name: 'looseTypeValidation',
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user