fix: can't create child block after refresh

This commit is contained in:
Tienson Qin
2023-08-16 15:51:59 +08:00
parent eb4476c0b6
commit 4bf8ba2091

View File

@@ -80,7 +80,7 @@
[]
(let [state @query-state
state (->> (filter (fn [[[_repo k] _v]]
(contains? #{:blocks :block/block :custom} k)) state)
(contains? #{:blocks :block/block ::block :custom} k)) state)
(into {}))]
(reset! query-state state)))