mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
feat(query-dsl): add unit tests
This commit is contained in:
@@ -1559,7 +1559,7 @@
|
||||
[state]
|
||||
(let [[config query] (:rum/args state)
|
||||
query-atom (if (:dsl-query? config)
|
||||
(query-dsl/query (:query query))
|
||||
(query-dsl/query (state/get-current-repo) (:query query))
|
||||
(db/custom-query query))]
|
||||
(assoc state :query-atom query-atom)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user