mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
feat: simple query builder (#8774)
Simple query builder --------- Co-authored-by: Gabriel Horner <gabriel@logseq.com> Co-authored-by: charlie <xyhp915@qq.com>
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
:radio (ui/radio-list options #(update-setting! key %) nil)
|
||||
:checkbox (ui/checkbox-list options #(update-setting! key %) nil)
|
||||
;; select
|
||||
(ui/select options #(update-setting! key %) nil))
|
||||
(ui/select options (fn [_ value ] (update-setting! key value)) nil))
|
||||
]]]))
|
||||
|
||||
(rum/defc render-item-object
|
||||
|
||||
Reference in New Issue
Block a user