mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
Disable users to add or delete internal tags
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
(when multiple-choices?
|
||||
(ui/checkbox {:checked (boolean (selected-choices (:value result)))
|
||||
:on-click (fn [e]
|
||||
(.preventDefault e))}))
|
||||
(.preventDefault e))
|
||||
:disabled (:disabled? result)}))
|
||||
value]
|
||||
(when (and (map? result) (:id result))
|
||||
[:div.tip.flex
|
||||
|
||||
Reference in New Issue
Block a user