fix 2
This commit is contained in:
parent
1ab4d315a8
commit
cec30bfc2d
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ function register() {
|
|||
inputsInline: true,
|
||||
colour: categoryColor
|
||||
}, () => {
|
||||
return `true`;
|
||||
return [`true`, javascriptGenerator.ORDER_ATOMIC];
|
||||
})
|
||||
|
||||
// false
|
||||
|
|
@ -24,7 +24,7 @@ function register() {
|
|||
inputsInline: true,
|
||||
colour: categoryColor
|
||||
}, () => {
|
||||
return `false`;
|
||||
return [`false`, javascriptGenerator.ORDER_ATOMIC];
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue