mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Improve filter component error handling (#8832)
This commit is contained in:
@@ -350,7 +350,7 @@ export class SwitchV3 implements INodeType {
|
||||
} catch (error) {
|
||||
if (!options.looseTypeValidation) {
|
||||
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);
|
||||
set(error, 'node', this.getNode());
|
||||
|
||||
Reference in New Issue
Block a user