mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +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:
@@ -391,7 +391,8 @@
|
||||
{:label "Direct" :value "direct" :selected (= type "direct")}
|
||||
{:label "HTTP" :value "http" :selected (= type "http")}
|
||||
{:label "SOCKS5" :value "socks5" :selected (= type "socks5")}]
|
||||
#(set-opts! (assoc opts :type % :protocol %)))]]
|
||||
(fn [_e value]
|
||||
(set-opts! (assoc opts :type value :protocol value))))]]
|
||||
[:p.flex
|
||||
[:label.pr-4
|
||||
{:class (if disabled? "opacity-50" nil)}
|
||||
|
||||
Reference in New Issue
Block a user