mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
enhance(plugin): change marketplace metadata requests to node fetch client
This commit is contained in:
@@ -372,7 +372,6 @@
|
||||
[:p [:label [:strong (t :type)]
|
||||
(ui/select [{:label "Disabled" :value "" :selected disabled?}
|
||||
{:label "http" :value "http" :selected (= protocol "http")}
|
||||
{:label "https" :value "https" :selected (= protocol "https")}
|
||||
{:label "socks5" :value "socks5" :selected (= protocol "socks5")}]
|
||||
#(set-opts!
|
||||
(assoc opts :protocol (if (= "disabled" (util/safe-lower-case %)) nil %))) nil)]]
|
||||
|
||||
Reference in New Issue
Block a user