fix: stop shadowing vars for rest of frontend

Follow up to 5ff364ba1e
This commit is contained in:
Gabriel Horner
2024-09-07 00:13:09 -04:00
parent 12f5215d6c
commit 70383cd813
41 changed files with 258 additions and 260 deletions

View File

@@ -707,8 +707,8 @@ Some bindings in this fn:
#(sort-by % (fn [m prop] (get-in m [:block/properties prop]))))})))))))
(defn query-contains-filter?
[query filter-name]
(string/includes? query (str "(" filter-name)))
[query' filter-name]
(string/includes? query' (str "(" filter-name)))
(comment
;; {{query (and (page-property foo bar) [[hello]])}}