mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Improve filter component error handling (#8832)
This commit is contained in:
@@ -83,7 +83,7 @@ export class IfV2 implements INodeType {
|
||||
set(
|
||||
error,
|
||||
'description',
|
||||
"Try to change the operator, switch ON the option 'Less Strict Type Validation', or change the type with an expression",
|
||||
"Try changing the type of comparison. Alternatively you can enable 'Less Strict Type Validation' in the options.",
|
||||
);
|
||||
}
|
||||
set(error, 'context.itemIndex', itemIndex);
|
||||
|
||||
Reference in New Issue
Block a user