code fix
This commit is contained in:
parent
c6571763a0
commit
a03ca05cc8
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export default {
|
|||
fields = {
|
||||
OP: comparator?.toUpperCase()
|
||||
},
|
||||
inputs: {
|
||||
inputs = {
|
||||
A: helpers.expressionToBlock(left, { shadow: 'io_logic_boolean' }),
|
||||
B: helpers.expressionToBlock(right, { shadow: 'io_logic_boolean' }),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue