Unverified Commit 74517205 authored by Michael's avatar Michael Committed by GitHub
Browse files

fix: filter issue (#244)

Co-authored-by: default avatarLiang.Cheng <Liang.Cheng@pccw.com>
parent 50dc3497
Showing with 1 addition and 1 deletion
+1 -1
......@@ -42,7 +42,7 @@ const toValue = (value) => {
}
if (value.or) {
return {
logical: 'and',
logical: 'or',
list: value.or,
};
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment