fix: Filter component - improve errors (#10456)

This commit is contained in:
Michael Kret
2024-08-19 19:01:33 +03:00
committed by GitHub
parent f784a4c95a
commit 61ac0c7775
10 changed files with 157 additions and 39 deletions

View File

@@ -33,6 +33,14 @@ export const returnAllOrLimit: INodeProperties[] = [
},
];
export const looseTypeValidationProperty: INodeProperties = {
displayName: 'Less Strict Type Validation',
description: 'Whether to try casting value types based on the selected operator',
name: 'looseTypeValidation',
type: 'boolean',
default: true,
};
export const encodeDecodeOptions: INodePropertyOptions[] = [
{
name: 'armscii8',