1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update packages/node_modules/@node-red/nodes/core/logic/10-switch.html

Co-Authored-By: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
Dave Conway-Jones 2019-07-10 10:01:17 +01:00 committed by GitHub
parent 93ad9a3aa6
commit b7a62bd9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -401,7 +401,6 @@ has<!--
} else {
r.v = rule.find(".node-input-rule-value").typedInput('value');
r.vt = rule.find(".node-input-rule-value").typedInput('type');
console.log("DONG",r)
}
if (type === "regex") {
r.case = rule.find(".node-input-rule-case").prop("checked");