mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix the appearance of 'is between' rule on switch node property (#1383)
This commit is contained in:
parent
ff40b521b7
commit
a42e99c4aa
@ -199,6 +199,7 @@
|
||||
} else if (type === "btwn") {
|
||||
row2.hide();
|
||||
row3.show();
|
||||
btwnValue2Field.typedInput('show');
|
||||
} else {
|
||||
row2.hide();
|
||||
row3.hide();
|
||||
|
Loading…
Reference in New Issue
Block a user