mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
Display explicit error for one remaining react-query (advanced query)
This is a follow up to #4434. I've now confirmed that all uses of react/react-query benefit from an explicit exception as they will now see an explicit error instead of 0 results which is confusing for the user and harder for us to debug
This commit is contained in:
committed by
Tienson Qin
parent
2286ef71bc
commit
d955918525
@@ -454,7 +454,7 @@ last-modified-at:: 1609084800002"}]]
|
||||
|
||||
(is (= ["LATER b3"]
|
||||
(map :block/content (custom-query {:query (list 'and '(task later) "b")})))
|
||||
"Try"))
|
||||
"Query with rule that can't be derived from the form itself"))
|
||||
|
||||
#_(deftest sort-by-queries
|
||||
(load-test-files-with-timestamps)
|
||||
|
||||
Reference in New Issue
Block a user