mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Email node - better handling of criteria errors
This commit is contained in:
@@ -291,6 +291,12 @@
|
||||
that.inputs = 0;
|
||||
}
|
||||
});
|
||||
$("#node-input-criteria").change(function() {
|
||||
if ($("#node-input-criteria").val() === "_msg_") {
|
||||
$("#node-input-fetch").val("trigger");
|
||||
$("#node-input-fetch").change();
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
Reference in New Issue
Block a user