fix: distinct blocks when sort by left

This commit is contained in:
Tienson Qin
2022-08-13 03:56:39 +08:00
parent 6e87aa9386
commit 21603f9d1d
3 changed files with 29 additions and 27 deletions

View File

@@ -1636,7 +1636,8 @@
(defn edit-in-query-or-refs-component
[]
(let [config (last (get-editor-args))]
(or (:custom-query? config) (:ref? config))))
{:custom-query? (:custom-query? config)
:ref? (:ref? config)}))
(defn set-auth-id-token
[id-token]