Fixed error where xor filter key value was default false instead of true
This commit is contained in:
parent
8589e06e78
commit
605e7b11f5
@ -46,7 +46,7 @@ class XOR extends Operation {
|
|||||||
{
|
{
|
||||||
"name": "Filter Key",
|
"name": "Filter Key",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"value": false
|
"value": true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user